From b209c7129852d2c42b12165ba8156081796cddc6 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 5 Jan 2017 16:46:28 +0100 Subject: [PATCH] Improved content wrapping in .contentHeader --- wcfsetup/install/files/style/layout/content.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/style/layout/content.scss b/wcfsetup/install/files/style/layout/content.scss index ce36a89d25..7fcfdb5eb9 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -83,19 +83,24 @@ } .contentHeaderTitle { - flex: 1 1 0%; + flex: 1 1 0; } .contentHeaderNavigation { flex: 0 0 auto; margin-left: 15px; + max-width: 50%; > ul { @include inlineList; - flex-wrap: nowrap; + flex-wrap: wrap; + justify-content: flex-end; + margin-top: -5px; - > li{ + > li { + margin-top: 5px; + &:not(:last-child) { margin-right: 0; } -- 2.20.1