From fe78574f3b0cd8daf8c6197e3bebe2e05ef79e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Feb 2022 12:56:30 +0100 Subject: [PATCH] theme: fix select box left margin in Chrome #178 FF shows additional space and it's unclear where this comes from --- static/css/theme.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 7590e715de..f6b76232e1 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -1395,9 +1395,6 @@ h6 a { display: block; float: left; } -#sidebar .select-container span { - display: none; -} .select-style { border: 0;