From 3b8ee864eb4ce9e58d4ddf650ce1411c4c266fbf Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 27 Jan 2015 00:42:06 +0100 Subject: [PATCH] Fixed padding in user menu --- wcfsetup/install/files/style/dropdown.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index 608a72134d..17a611d6bf 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -428,16 +428,15 @@ &.interactiveDropdownItemsUserMenu { > li { + padding: 0 !important; + &:not(.dropdownDivider) { border-bottom-width: 0 !important; } - &.dropdownDivider { - padding: 0; - } - > a { display: block; + padding: @wcfGapSmall (@wcfGapSmall + @wcfGapTiny); text-decoration: none; } } -- 2.20.1