Skip to content

Commit efc7c4a

Browse files
authored
refactor(Layout): update layout right style (#4807)
* refactor: 更新 layout-right 样式 * chore: bump version 9.1.2
1 parent 7fd4a8e commit efc7c4a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/BootstrapBlazor/BootstrapBlazor.csproj

Lines changed: 1 addition & 1 deletion
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.1</Version>
4+
<Version>9.1.2</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,14 @@
243243
}
244244
}
245245
}
246+
247+
.layout-right {
248+
display: flex;
249+
flex-flow: column;
250+
flex: 1 1 auto;
251+
width: 1%;
252+
min-width: 0;
253+
}
246254
}
247255

248256
.has-sidebar {
@@ -264,14 +272,6 @@
264272
}
265273
}
266274

267-
.layout-right {
268-
display: flex;
269-
flex-flow: column;
270-
flex: 1 1 auto;
271-
width: 1%;
272-
min-width: 0;
273-
}
274-
275275
&.has-sidebar {
276276
.layout-side {
277277
&.is-fixed-header {

0 commit comments

Comments
 (0)