From 68e2eb223fcc165a27c51f48a130258a224ed8f6 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 10 Apr 2012 16:55:23 +0200 Subject: [PATCH] Fixed a weird firefox bug --- wcfsetup/install/files/style/forms.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wcfsetup/install/files/style/forms.less b/wcfsetup/install/files/style/forms.less index 4a3ff4df3b..7834f7318c 100644 --- a/wcfsetup/install/files/style/forms.less +++ b/wcfsetup/install/files/style/forms.less @@ -1,3 +1,8 @@ +select > option { + /* Fixes weird firefox bug */ + display: block !important; +} + /* ############## Fieldsets ############## */ fieldset { background-color: @wcfContainerBackgroundColor; -- 2.20.1