diff options
Diffstat (limited to 'youtube/comments.css')
-rw-r--r-- | youtube/comments.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/comments.css b/youtube/comments.css index 0461a52..fb3e629 100644 --- a/youtube/comments.css +++ b/youtube/comments.css @@ -30,7 +30,7 @@ .comment .text{ grid-column: 2 / span 2; grid-row: 2; - white-space: pre-line; + white-space: pre-wrap; min-width: 0; } |