Enabled three column layout for boxes top / bottom
authorMarcel Werk <burntime@woltlab.com>
Thu, 19 Nov 2020 18:02:23 +0000 (19:02 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 19 Nov 2020 18:02:23 +0000 (19:02 +0100)
wcfsetup/install/files/style/ui/contentItem.scss

index e8890d35cf7fb05ab07e2f2392111549e40981cd..155e641b5b577d213768c575b9781dbe6e61e444 100644 (file)
 
 @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;