Skip to content

Commit 527ed58

Browse files
committed
fix: don't wrap tree entries
1 parent 7a18a2d commit 527ed58

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

apps/frontend/src/app/shell/nav/nav.component.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ mat-sidenav {
4242
mat-sidenav-content {
4343
flex-grow: 1;
4444
}
45+
46+
mat-nav-list {
47+
overflow: hidden;
48+
}

0 commit comments

Comments
 (0)