diff options
author | James Taylor <user234683@users.noreply.github.com> | 2018-08-24 14:48:02 -0700 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2018-08-24 14:48:02 -0700 |
commit | fc001e7427f498ff5d1da46f6bb50393fba74afe (patch) | |
tree | bec70db30aaaa4cc992c13d4235fd6c05d12ea05 /yt_comments_template.html | |
parent | 3b8529ca110b429c4afefa7cac61487cd660809d (diff) | |
download | yt-local-fc001e7427f498ff5d1da46f6bb50393fba74afe.tar.lz yt-local-fc001e7427f498ff5d1da46f6bb50393fba74afe.tar.xz yt-local-fc001e7427f498ff5d1da46f6bb50393fba74afe.zip |
Fix comments with long usernames breaking comment section
Diffstat (limited to 'yt_comments_template.html')
-rw-r--r-- | yt_comments_template.html | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |