Skip to content

Commit

Permalink
fix(Tabs): remove height 100% style (#5105)
Browse files Browse the repository at this point in the history
* style: 移除 100% 样式

* chore: bump version 9.2.8-beta01

Co-Authored-By: Alex chow <[email protected]>
  • Loading branch information
ArgoZhang and densen2014 authored Jan 13, 2025
1 parent cd12a60 commit 6a85589
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.2.7</Version>
<Version>9.2.8-beta01</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/BootstrapBlazor/Components/Tab/Tab.razor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
--bb-tabs-header-vertical-min-width: #{$bb-tabs-header-vertical-min-width};
display: flex;
flex-flow: column;
height: 100%;

.tabs-body-content {
background-color: var(--bs-body-bg);
Expand Down

0 comments on commit 6a85589

Please sign in to comment.