Fix the alignment of flags inside buttons
authorAlexander Ebert <ebert@woltlab.com>
Wed, 16 Aug 2023 13:26:54 +0000 (15:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 16 Aug 2023 13:26:54 +0000 (15:26 +0200)
See https://www.woltlab.com/community/thread/301138-filebase-menu-buttons/

wcfsetup/install/files/style/ui/dropdown.scss

index 7bc12f53802c98716e113495eb32bb8873246ba9..53d370fac9fd75b09f82ba1db5453412d8c0c6e0 100644 (file)
@@ -76,7 +76,7 @@
 
        // prevents text being hidden when displayed in user panel
        > span {
-               display: inline !important;
+               display: inline-flex !important;
        }
 
        &.dropdownToggle {