From: Alexander Ebert Date: Thu, 5 Oct 2023 15:45:13 +0000 (+0200) Subject: Fix the sizing of buttons in menus X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0be30dee1b7b5faebd9f34bab0233b07cfd1bfa3;p=GitHub%2FWoltLab%2FWCF.git Fix the sizing of buttons in menus --- diff --git a/wcfsetup/install/files/style/bootstrap/mixin/dropdownMenu.scss b/wcfsetup/install/files/style/bootstrap/mixin/dropdownMenu.scss index 58334d7cba..cd14e5fc14 100644 --- a/wcfsetup/install/files/style/bootstrap/mixin/dropdownMenu.scss +++ b/wcfsetup/install/files/style/bootstrap/mixin/dropdownMenu.scss @@ -76,6 +76,7 @@ text-decoration: none; text-overflow: ellipsis; user-select: none; + width: 100%; white-space: nowrap; word-wrap: normal;