From a3e4ab16d9a566149de88e2d4b649accc768f012 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 21 Jun 2022 15:31:13 +0200 Subject: [PATCH] Fix appearance of content navigation buttons in mobile version Buttons went beyond the edge of the screen instead of wrapping. --- wcfsetup/install/files/style/layout/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/layout/content.scss b/wcfsetup/install/files/style/layout/content.scss index 4cf5eaa48c..16790c1a9e 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -44,7 +44,7 @@ } .contentHeaderNavigation { - flex: 0 0 auto; + flex: 0 1 auto; margin-left: 15px; margin-top: 10px; } -- 2.20.1