Fixed input addon button padding
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 Apr 2016 10:35:07 +0000 (12:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 Apr 2016 10:35:26 +0000 (12:35 +0200)
wcfsetup/install/files/style/ui/dropdown.scss

index a08a23e5250e332fa57300f5627b8f510b528b9d..4378d4f3275dfb15ece57ec7dadaabdb947347b8 100644 (file)
@@ -15,7 +15,7 @@
        
        &.inputAddon {
                > .dropdownToggle {
-                       padding: $wcfGapTiny;
+                       padding: 4px 7px;
                        
                        > span.active:after {
                                content: "\f0d7"; // @TODO: use a variable instead