Skip to content

Commit c0329e6

Browse files
committed
fix(Sidebar): nav icons width issue
1 parent 9e2bba9 commit c0329e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/sidebar/_sidebar-nav.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
}
9898
}
9999

100+
svg.nav-icon {
101+
overflow: hidden; // fix chrome 105+ width issue
102+
}
103+
100104
.nav-group {
101105
position: relative;
102106
@include transition($sidebar-nav-group-transition);

0 commit comments

Comments
 (0)