Fix the sizing of buttons in button groups
authorAlexander Ebert <ebert@woltlab.com>
Tue, 22 Aug 2023 17:03:08 +0000 (19:03 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 22 Aug 2023 17:03:08 +0000 (19:03 +0200)
See https://www.woltlab.com/community/thread/301307-filebase-file-buttons-need-to-be-fixed/

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

index 5e208b95c2ea02779a6d2a69702ec75bb77cc7b1..72442f434ef1eeb67836309308196753d3158c67 100644 (file)
@@ -203,6 +203,7 @@ a.button {
        @include inlineList;
 
        > li {
+               display: flex;
                margin-bottom: 1px;
 
                &:not(:last-child) {