Add a `min-height` for the empty breadcrumbs element
authorAlexander Ebert <ebert@woltlab.com>
Fri, 4 Aug 2023 11:24:53 +0000 (13:24 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 4 Aug 2023 11:24:53 +0000 (13:24 +0200)
This was unintentionally removed with the overhaul but causes the element to visually collapse when there are no breadcrumbs to display.

Fixes #5576

wcfsetup/install/files/style/ui/breadcrumb.scss

index 8de3051978ec525ad86ce9792a78fe84e0c2f533..b470e57d01dca3237e0b6bc9499d6014edd61f0f 100644 (file)
                padding: 10px 0;
        }
 
+       .pageNavigation .layoutBoundary {
+               min-height: 20px;
+       }
+
        .boxesHeaderBoxes + .pageNavigation {
                margin-top: 1px;
        }