Skip to content

Commit

Permalink
fix: don't wrap tree entries
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Sep 29, 2024
1 parent 7a18a2d commit 527ed58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/frontend/src/app/shell/nav/nav.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ mat-sidenav {
mat-sidenav-content {
flex-grow: 1;
}

mat-nav-list {
overflow: hidden;
}

0 comments on commit 527ed58

Please sign in to comment.