From fff15f856635398a4a56b3b96975fc4a36cf59b3 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 30 Sep 2020 22:58:05 +0200 Subject: [PATCH] Force buttons to align with the top of the flex This change causes buttons of different height to be placed at the top-most spot without extending downwards. One good example are the Filebase's language changer and the purchase button. --- wcfsetup/install/files/style/layout/content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/style/layout/content.scss b/wcfsetup/install/files/style/layout/content.scss index 604d207905..0cf39bb062 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -67,6 +67,7 @@ .contentHeaderNavigation > ul { @include inlineList; + align-items: flex-start; justify-content: flex-end; margin-top: 20px; } -- 2.20.1