aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--youtube/comments.css1
-rw-r--r--yt_watch_template.html2
2 files changed, 2 insertions, 1 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{
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;
}