From: Marcel Werk Date: Fri, 19 Sep 2014 23:30:43 +0000 (+0200) Subject: Fixed popover's min-height X-Git-Tag: 2.1.0_Alpha_1~310 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=15c952eea6870e3f87abb5e976d4fa8aa8469b76;p=GitHub%2FWoltLab%2FWCF.git Fixed popover's min-height Closes #1814 --- diff --git a/wcfsetup/install/files/style/global.less b/wcfsetup/install/files/style/global.less index d603615971..eaad4a7d74 100644 --- a/wcfsetup/install/files/style/global.less +++ b/wcfsetup/install/files/style/global.less @@ -274,7 +274,7 @@ fieldset { border-radius: 6px; color: @wcfColor; max-height: 300px; - min-height: 32px; + min-height: 16px; opacity: 0; overflow: hidden; padding: @wcfGapSmall @wcfGapMedium;