Skip to content

Commit

Permalink
Add a min-height for the empty breadcrumbs element
Browse files Browse the repository at this point in the history
This was unintentionally removed with the overhaul but causes the element to visually collapse when there are no breadcrumbs to display.

Fixes #5576
  • Loading branch information
dtdesign committed Aug 4, 2023
1 parent 15e14df commit 8c2bae2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wcfsetup/install/files/style/ui/breadcrumb.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
padding: 10px 0;
}

.pageNavigation .layoutBoundary {
min-height: 20px;
}

.boxesHeaderBoxes + .pageNavigation {
margin-top: 1px;
}
Expand Down

0 comments on commit 8c2bae2

Please sign in to comment.