From: Marcel Werk Date: Mon, 9 Jan 2017 16:17:25 +0000 (+0100) Subject: Fixed missing padding in interactive dropdowns X-Git-Tag: 3.0.0~9^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f9e067163339a7d5510a7e5eecdb12229d21eef2;p=GitHub%2FWoltLab%2FWCF.git Fixed missing padding in interactive dropdowns --- diff --git a/wcfsetup/install/files/style/ui/dropdownInteractive.scss b/wcfsetup/install/files/style/ui/dropdownInteractive.scss index e9b55fb155..a538d280d9 100644 --- a/wcfsetup/install/files/style/ui/dropdownInteractive.scss +++ b/wcfsetup/install/files/style/ui/dropdownInteractive.scss @@ -254,6 +254,10 @@ -webkit-overflow-scrolling: touch; /* increase the clickable area of the mark as read icon */ + .interactiveDropdownItemOutstanding { + padding-right: 41px; + } + .interactiveDropdownItemMarkAsRead { bottom: 0; position: absolute;