Force buttons to align with the top of the flex
authorAlexander Ebert <ebert@woltlab.com>
Fri, 9 Oct 2020 09:52:34 +0000 (11:52 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 9 Oct 2020 09:52:34 +0000 (11:52 +0200)
See fff15f8566

wcfsetup/install/files/style/layout/content.scss

index 0cf39bb062f5a928b75b37ee5ae70838ba37d7ce..ef1556a542691e185ee34c32481d1bb90c663895 100644 (file)
@@ -94,6 +94,7 @@
                        > ul {
                                @include inlineList;
                                
+                               align-items: flex-start;
                                flex-wrap: wrap;
                                justify-content: flex-end;
                                margin-top: -5px;