From 056c3be3f2ab9a19d8b2c38396826aaad9d4081d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 30 Dec 2020 00:04:41 -0500 Subject: strip_non_ascii in comments-author-name --- youtube/static/watch.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'youtube/static') 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; -- cgit v1.2.3