From de14d6b54b8bc60de8f9169f780346429305489e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 7 Oct 2020 14:22:14 +0200 Subject: [PATCH] fix filter field taking up too much width --- src/ui/web/css/left-panel.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/web/css/left-panel.css b/src/ui/web/css/left-panel.css index 6833341d..5a5240a2 100644 --- a/src/ui/web/css/left-panel.css +++ b/src/ui/web/css/left-panel.css @@ -27,6 +27,7 @@ limitations under the License. display: block; flex: 1; box-sizing: border-box; + min-width: 0; } .LeftPanel ul {