Skip to content

Commit 5405bf0

Browse files
authored
feat(Layout): add flex shrink for layout side (#4752)
1 parent 341ffda commit 5405bf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BootstrapBlazor/Components/Layout/Layout.razor.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
width: var(--bb-layout-sidebar-width);
254254
transform: translateX(0);
255255
transition: width .3s linear;
256+
flex-shrink: 0;
256257

257258
.layout-menu {
258259
border-right: 1px solid var(--bs-border-color);

0 commit comments

Comments
 (0)