Fix the sizing of buttons in menus
authorAlexander Ebert <ebert@woltlab.com>
Thu, 5 Oct 2023 15:45:13 +0000 (17:45 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 5 Oct 2023 15:45:13 +0000 (17:45 +0200)
wcfsetup/install/files/style/bootstrap/mixin/dropdownMenu.scss

index 58334d7cbad13b6409791a29a4c809a7cabcd56d..cd14e5fc1498ac7d46db509dc3d87d3d02589b9b 100644 (file)
@@ -76,6 +76,7 @@
                        text-decoration: none;
                        text-overflow: ellipsis;
                        user-select: none;
+                       width: 100%;
                        white-space: nowrap;
                        word-wrap: normal;