Skip to content

Commit 6a85589

Browse files
fix(Tabs): remove height 100% style (#5105)
* style: 移除 100% 样式 * chore: bump version 9.2.8-beta01 Co-Authored-By: Alex chow <[email protected]>
1 parent cd12a60 commit 6a85589

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.2.7</Version>
4+
<Version>9.2.8-beta01</Version>
55
</PropertyGroup>
66

77
<ItemGroup>

src/BootstrapBlazor/Components/Tab/Tab.razor.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
--bb-tabs-header-vertical-min-width: #{$bb-tabs-header-vertical-min-width};
1212
display: flex;
1313
flex-flow: column;
14-
height: 100%;
1514

1615
.tabs-body-content {
1716
background-color: var(--bs-body-bg);

0 commit comments

Comments
 (0)