From 11b1bcb47e4b395cd64f3c7a52b396a50bed36a8 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 8 Jun 2016 06:54:17 +0100 Subject: [PATCH] Fix sidebar items getting squashed When the window height is small enough for the filters sidebar to have a scroll bar. --- src/gui/html/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/html/css/style.css b/src/gui/html/css/style.css index 4e254182..93d4f3f3 100644 --- a/src/gui/html/css/style.css +++ b/src/gui/html/css/style.css @@ -71,13 +71,13 @@ div[drawer] > iron-pages { #hiddenPlugins, #hiddenMessages { padding: 0 16px; - height: 48px; + min-height: 48px; line-height: 48px; } #contentFilter, #conflictsFilter { padding: 0 16px; - height: 64px; + min-height: 64px; } /* Panel */