From f9e067163339a7d5510a7e5eecdb12229d21eef2 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 9 Jan 2017 17:17:25 +0100 Subject: [PATCH] Fixed missing padding in interactive dropdowns --- wcfsetup/install/files/style/ui/dropdownInteractive.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.20.1