From 46cfd682ce256a29593f42489c559e565270d9cb Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sun, 2 Sep 2018 17:35:44 -0700 Subject: Fix long sequences of letters in descriptions & comments overflowing --- youtube/comments.css | 1 + 1 file changed, 1 insertion(+) (limited to 'youtube') 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{ -- cgit v1.2.3