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_comments_template.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yt_comments_template.html') diff --git a/yt_comments_template.html b/yt_comments_template.html index 6d7d52e..6bd2c69 100644 --- a/yt_comments_template.html +++ b/yt_comments_template.html @@ -24,6 +24,9 @@ .comments{ grid-column:2; } + .comment{ + width:640px; + } #left .page-button{ grid-column:2; } -- cgit v1.2.3