From: Alexander Ebert Date: Tue, 10 Apr 2012 14:55:23 +0000 (+0200) Subject: Fixed a weird firefox bug X-Git-Tag: 2.0.0_Beta_1~1159^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=68e2eb223fcc165a27c51f48a130258a224ed8f6;p=GitHub%2FWoltLab%2FWCF.git Fixed a weird firefox bug --- 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;