From 2ef16f669ba8ab3b6e4f004fa527e1f6c12836b0 Mon Sep 17 00:00:00 2001 From: Thomas Piccirello Date: Sun, 25 Nov 2018 14:57:49 -0500 Subject: [PATCH] Show ellipsis when WebUI sidebar is too narrow --- src/webui/www/private/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/webui/www/private/css/style.css b/src/webui/www/private/css/style.css index 8526113ed..c47a6a758 100644 --- a/src/webui/www/private/css/style.css +++ b/src/webui/www/private/css/style.css @@ -410,6 +410,9 @@ div.formRow { padding-left: 5px; padding-top: 5px; display: block; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } .filterTitle img { @@ -430,6 +433,9 @@ ul.filterList { ul.filterList a { display: block; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } ul.filterList li:hover {