From: Marcel Werk Date: Thu, 19 Nov 2020 18:02:23 +0000 (+0100) Subject: Enabled three column layout for boxes top / bottom X-Git-Tag: 5.3.1~16 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=68f87d1610039098dbe81fb3bd3da271478c3a93;p=GitHub%2FWoltLab%2FWCF.git Enabled three column layout for boxes top / bottom --- diff --git a/wcfsetup/install/files/style/ui/contentItem.scss b/wcfsetup/install/files/style/ui/contentItem.scss index e8890d35cf..155e641b5b 100644 --- a/wcfsetup/install/files/style/ui/contentItem.scss +++ b/wcfsetup/install/files/style/ui/contentItem.scss @@ -220,7 +220,9 @@ @include screen-lg { /* There are no sidebars, use a three column layout. */ - .content:first-child:last-child { + .content:first-child:last-child, + .boxesTop, + .boxesBottom { .contentItemMultiColumn { /* The `flex` shorthand fails in IE11 if `calc()` is used. */ flex-grow: 0;