From 1e9e610c3548e15a72d04317098f1d7583986314 Mon Sep 17 00:00:00 2001 From: Thomas Hackl <hackl@data-quest.de> Date: Thu, 27 Oct 2022 12:24:15 +0200 Subject: [PATCH] fix wrong height in Firefox, fixes #1103 --- resources/assets/stylesheets/scss/sidebar.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/assets/stylesheets/scss/sidebar.scss b/resources/assets/stylesheets/scss/sidebar.scss index a520f3bfa4b..5177034c58b 100644 --- a/resources/assets/stylesheets/scss/sidebar.scss +++ b/resources/assets/stylesheets/scss/sidebar.scss @@ -332,7 +332,6 @@ select.sidebar-selectlist { color: transparent; cursor: pointer; font: 0/0 a; - height: 30px; text-shadow: none; } -- GitLab