From 6b94910e101215d109aaab630d69ba7619cf3661 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 9 Oct 2020 11:52:34 +0200 Subject: [PATCH] Force buttons to align with the top of the flex See fff15f8566 --- 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 0cf39bb062..ef1556a542 100644 --- a/wcfsetup/install/files/style/layout/content.scss +++ b/wcfsetup/install/files/style/layout/content.scss @@ -94,6 +94,7 @@ > ul { @include inlineList; + align-items: flex-start; flex-wrap: wrap; justify-content: flex-end; margin-top: -5px; -- 2.20.1