Skip to content

Commit 3cbd750

Browse files
committed
style: 增加 shrink 参数防止被压缩
1 parent 341ffda commit 3cbd750

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)