Fixed visuals for interactive dropdowns in mobile view
authorAlexander Ebert <ebert@woltlab.com>
Mon, 27 Apr 2015 10:56:09 +0000 (12:56 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 27 Apr 2015 10:56:09 +0000 (12:56 +0200)
wcfsetup/install/files/style/dropdown.less

index 11c6012197e91183565476dbb559737f48619f20..c8755a647e4420a88e26d375bd704a5cbac66b81 100644 (file)
 
 @media only screen and (max-width: 800px) {
        .interactiveDropdown {
+               border-width: 1px 0;
+               box-sizing: border-box;
                left: 0 !important;
                right: 0 !important;
                width: 100%;