Fix `<button>` inside drop-down menus not expanding
authorAlexander Ebert <ebert@woltlab.com>
Mon, 19 Aug 2024 12:48:57 +0000 (14:48 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 19 Aug 2024 12:48:57 +0000 (14:48 +0200)
See https://www.woltlab.com/community/thread/307736-buttons-for-attaching-a-file-to-the-thread/

wcfsetup/install/files/style/bootstrap/mixin/dropdownMenu.scss

index 58334d7cbad13b6409791a29a4c809a7cabcd56d..a523173965f950493a056459bc3af097f8722d64 100644 (file)
                        }
                }
 
+               > button {
+                       width: 100%;
+               }
+
                > :is(a, button) {
                        color: var(--wcfDropdownLink);
                }