Skip to content

Commit 0d162d1

Browse files
committed
refactor: Prevent long directories in file explorer from collapsing on mobile
Signed-off-by: Felicitas Pojtinger <[email protected]>
1 parent 44cb50e commit 0d162d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

web/index.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,11 @@
7575
.pf-v6-x-dropdown-menu {
7676
z-index: 100;
7777
}
78+
79+
.pf-v6-c-breadcrumb__list {
80+
flex-wrap: nowrap;
81+
}
82+
83+
.pf-v6-c-breadcrumb__link {
84+
white-space: nowrap;
85+
}

0 commit comments

Comments
 (0)