Properly enforcing item width
authorAlexander Ebert <ebert@woltlab.com>
Sun, 22 Feb 2015 13:50:16 +0000 (14:50 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 22 Feb 2015 13:50:16 +0000 (14:50 +0100)
wcfsetup/install/files/style/dropdown.less

index ae4019370ad9d6615ea3389e52dfcdc5e66c4162..11c6012197e91183565476dbb559737f48619f20 100644 (file)
                        
                        > .interactiveDropdownItems > li:not(.loading) {
                                max-width: 400px;
+                               box-sizing: border-box;
                                
                                &.interactiveDropdownItemOutstandingIcon {
                                        > div.interactiveDropdownItemMarkAsRead {