From fc001e7427f498ff5d1da46f6bb50393fba74afe Mon Sep 17 00:00:00 2001 From: James Taylor Date: Fri, 24 Aug 2018 14:48:02 -0700 Subject: Fix comments with long usernames breaking comment section --- yt_watch_template.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yt_watch_template.html') diff --git a/yt_watch_template.html b/yt_watch_template.html index 5279f6f..0765147 100644 --- a/yt_watch_template.html +++ b/yt_watch_template.html @@ -44,6 +44,9 @@ grid-row: 6; margin-top:10px; } + .comment{ + width:640px; + } .more-comments{ grid-column: 1 / span 2; } -- cgit v1.2.3