Skip to content

Commit 9fa3bf0

Browse files
authored
fix: Sidebar Item wrapper (#291)
1 parent 1c1ae6e commit 9fa3bf0

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
Loading
Loading

packages/fuselage/src/components/Sidebar/styles.scss

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ $sidebar-item-color-selected: theme('sidebar-item-color-selected', colors.foregr
131131
@extend %sidebar-base;
132132
@include typography.use-with-truncated-text();
133133
display: flex;
134+
flex: 1 0 100%;
134135
}
135136

136137
&:hover &__menu-wraper,

0 commit comments

Comments
 (0)