Skip to content

Commit

Permalink
fix(Layout): update width style for layout (#4759)
Browse files Browse the repository at this point in the history
* style: 更新样式

* doc: 更新样式

* chore: bump version 9.0.2-beta06
  • Loading branch information
ArgoZhang authored Nov 29, 2024
1 parent 40a1418 commit 0e1dca7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@

.layout-demo ::deep .layout-footer div {
text-align: center;
flex: 1;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}

.layout-demo ::deep .layout-side {
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapBlazor/BootstrapBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<Version>9.0.2-beta05</Version>
<Version>9.0.2-beta06</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 3 additions & 1 deletion src/BootstrapBlazor/Components/Layout/Layout.razor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,9 @@
.layout-right {
display: flex;
flex-flow: column;
flex: 1;
flex: 1 1 auto;
width: 1%;
min-width: 0;
}

&.has-sidebar {
Expand Down

0 comments on commit 0e1dca7

Please sign in to comment.