Fix appearance of content navigation buttons in mobile version
authorMarcel Werk <burntime@woltlab.com>
Tue, 21 Jun 2022 13:31:13 +0000 (15:31 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 21 Jun 2022 13:31:13 +0000 (15:31 +0200)
Buttons went beyond the edge of the screen instead of wrapping.

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

index 4cf5eaa48cab37b0d89e5988c4125bf9be269c3e..16790c1a9e7ced99e2422e50ac9e66b95a179a5e 100644 (file)
@@ -44,7 +44,7 @@
        }
 
        .contentHeaderNavigation {
-               flex: 0 0 auto;
+               flex: 0 1 auto;
                margin-left: 15px;
                margin-top: 10px;
        }