From 5329ecfd08af2c5a89836ef4e937632196a3fc40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 1 Jan 2021 22:39:47 -0500 Subject: General theme: Improve container description --- youtube/static/watch.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'youtube/static/watch.css') 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; } -- cgit v1.2.3