diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-01 22:39:47 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-01 22:39:47 -0500 |
commit | 5329ecfd08af2c5a89836ef4e937632196a3fc40 (patch) | |
tree | c5d571d3e60baed421375bb14c860e17a7f08df5 /youtube | |
parent | 3570b5c4d14acbb56b0a6bc599173a7c44882dc4 (diff) | |
download | yt-local-5329ecfd08af2c5a89836ef4e937632196a3fc40.tar.lz yt-local-5329ecfd08af2c5a89836ef4e937632196a3fc40.tar.xz yt-local-5329ecfd08af2c5a89836ef4e937632196a3fc40.zip |
General theme: Improve container description
Diffstat (limited to 'youtube')
-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; } |