Fixed missing padding in interactive dropdowns
authorMarcel Werk <burntime@woltlab.com>
Mon, 9 Jan 2017 16:17:25 +0000 (17:17 +0100)
committerMarcel Werk <burntime@woltlab.com>
Mon, 9 Jan 2017 16:17:25 +0000 (17:17 +0100)
wcfsetup/install/files/style/ui/dropdownInteractive.scss

index e9b55fb155fb87e9da864b5e761c419f1fbdeac3..a538d280d9836d7dcb2fed1d339a76d969157145 100644 (file)
                -webkit-overflow-scrolling: touch;
                
                /* increase the clickable area of the mark as read icon */
+               .interactiveDropdownItemOutstanding {
+                       padding-right: 41px;
+               }
+               
                .interactiveDropdownItemMarkAsRead {
                        bottom: 0;
                        position: absolute;