diff options
Diffstat (limited to 'youtube/static')
-rw-r--r-- | youtube/static/watch.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/youtube/static/watch.css b/youtube/static/watch.css index 6d107a9..b873b5f 100644 --- a/youtube/static/watch.css +++ b/youtube/static/watch.css @@ -298,6 +298,8 @@ label[for=options-toggle-cbox] { background-color: var(--secondary-background); margin-top: 0.4rem; white-space: pre-wrap; + overflow: hidden; + text-overflow: ellipsis; word-wrap: break-word; padding: 5px; } |