diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-09-02 17:35:44 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-09-02 17:35:44 -0700 |
commit | 46cfd682ce256a29593f42489c559e565270d9cb (patch) | |
tree | 3ab61692588a20e19eb7c191be933d57d7940c7c /yt_watch_template.html | |
parent | 83efbba7cec3e2ef564fa1ef149cedf5bc859f02 (diff) | |
download | yt-local-46cfd682ce256a29593f42489c559e565270d9cb.tar.lz yt-local-46cfd682ce256a29593f42489c559e565270d9cb.tar.xz yt-local-46cfd682ce256a29593f42489c559e565270d9cb.zip |
Fix long sequences of letters in descriptions & comments overflowing
Diffstat (limited to 'yt_watch_template.html')
-rw-r--r-- | yt_watch_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_watch_template.html b/yt_watch_template.html index 21b5d15..2748624 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -77,7 +77,7 @@ margin-top:8px; white-space: pre-wrap; min-width: 0; - + word-wrap: break-word; grid-column: 1 / span 2; grid-row: 7; } |