aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-01-01 22:39:47 -0500
committerJesús <heckyel@hyperbola.info>2021-01-01 22:39:47 -0500
commit5329ecfd08af2c5a89836ef4e937632196a3fc40 (patch)
treec5d571d3e60baed421375bb14c860e17a7f08df5 /youtube/static
parent3570b5c4d14acbb56b0a6bc599173a7c44882dc4 (diff)
downloadyt-local-5329ecfd08af2c5a89836ef4e937632196a3fc40.tar.lz
yt-local-5329ecfd08af2c5a89836ef4e937632196a3fc40.tar.xz
yt-local-5329ecfd08af2c5a89836ef4e937632196a3fc40.zip
General theme: Improve container description
Diffstat (limited to 'youtube/static')
-rw-r--r--youtube/static/watch.css2
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;
}