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_watch_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_watch_template.html')
-rw-r--r-- | yt_watch_template.html | 3 |
1 files changed, 3 insertions, 0 deletions
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; } |