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 /youtube/shared.css | |
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 'youtube/shared.css')
-rw-r--r-- | youtube/shared.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube/shared.css b/youtube/shared.css index a96fa9b..cc640b4 100644 --- a/youtube/shared.css +++ b/youtube/shared.css @@ -198,7 +198,7 @@ address{ padding-left:2px; padding-right:2px; } - .full-item address{ + .full-item>address{ grid-column: 1; grid-row: 4; justify-self: start; |