Skip to content

Commit d86c077

Browse files
authored
fix(Layout): content overflow (#4860)
* fix: 修复 layout-main 内容溢出问题 * chore: bump version 9.1.5-beta01
1 parent b51c8ad commit d86c077

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.1.4</Version>
4+
<Version>9.1.5-beta01</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

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

+2-4
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,6 @@
9595
.layout-menu {
9696
height: 100%;
9797
}
98-
99-
.layout-main {
100-
width: 100%;
101-
}
10298
}
10399

104100
.layout-menu {
@@ -129,6 +125,8 @@
129125
padding: 1rem;
130126
position: relative;
131127
flex: 1;
128+
width: 1%;
129+
min-width: 0;
132130

133131
.tabs.tabs-border-card {
134132
box-shadow: none;

0 commit comments

Comments
 (0)