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 --- yt_watch_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_watch_template.html') 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; } -- cgit v1.2.3