diff options
Diffstat (limited to 'youtube/static/watch.css')
-rw-r--r-- | youtube/static/watch.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index e448e39..3f1b7cf 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -520,7 +520,11 @@ label[for=options-toggle-cbox] { } .author-avatar { grid-area: author-avatar; } -.author-name { grid-area: author-name; } +.author-name { + grid-area: author-name; + overflow: hidden; + text-overflow: ellipsis; +} .permalink { grid-area: permalink; } .comment-text { grid-area: comment-text; |