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 697961d..1769d49 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -522,7 +522,11 @@ label[for=options-toggle-cbox] { .author-avatar { grid-area: author-avatar; } .author-name { grid-area: author-name; } .permalink { grid-area: permalink; } -.comment-text { grid-area: comment-text; } +.comment-text { + grid-area: comment-text; + overflow: hidden; + text-overflow: ellipsis; +} .comment-likes { grid-area: comment-likes; } .button-row { grid-area: button-row; } |