From: Alexander Ebert Date: Mon, 27 Apr 2015 10:56:09 +0000 (+0200) Subject: Fixed visuals for interactive dropdowns in mobile view X-Git-Tag: 2.1.4~42^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=37480ad28a96f63f8a5ba6cb93758c9df2d6623d;p=GitHub%2FWoltLab%2FWCF.git Fixed visuals for interactive dropdowns in mobile view --- diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index 11c6012197..c8755a647e 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -534,6 +534,8 @@ @media only screen and (max-width: 800px) { .interactiveDropdown { + border-width: 1px 0; + box-sizing: border-box; left: 0 !important; right: 0 !important; width: 100%;