Skip to content

Commit

Permalink
style: 增加 shrink 参数防止被压缩
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Nov 28, 2024
1 parent 341ffda commit 3cbd750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BootstrapBlazor/Components/Layout/Layout.razor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
width: var(--bb-layout-sidebar-width);
transform: translateX(0);
transition: width .3s linear;
flex-shrink: 0;

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

0 comments on commit 3cbd750

Please sign in to comment.