aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/comments.css
diff options
context:
space:
mode:
authorJames Taylor <user234683@users.noreply.github.com>2018-09-02 17:35:44 -0700
committerJames Taylor <user234683@users.noreply.github.com>2018-09-02 17:35:44 -0700
commit46cfd682ce256a29593f42489c559e565270d9cb (patch)
tree3ab61692588a20e19eb7c191be933d57d7940c7c /youtube/comments.css
parent83efbba7cec3e2ef564fa1ef149cedf5bc859f02 (diff)
downloadyt-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 'youtube/comments.css')
-rw-r--r--youtube/comments.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube/comments.css b/youtube/comments.css
index e7b9e92..bcd5b30 100644
--- a/youtube/comments.css
+++ b/youtube/comments.css
@@ -86,6 +86,7 @@
grid-row: 2;
white-space: pre-wrap;
min-width: 0;
+ word-wrap: break-word;
}
.comment time{