We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9299ef commit 60e95b2Copy full SHA for 60e95b2
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>8.10.3-beta02</Version>
+ <Version>8.10.3-beta03</Version>
5
</PropertyGroup>
6
7
<ItemGroup>
src/BootstrapBlazor/Components/Tab/Tab.razor.cs
@@ -43,6 +43,7 @@ public partial class Tab : IHandlerException
43
44
private string? StyleString => CssBuilder.Default()
45
.AddClass($"height: {Height}px;", Height > 0)
46
+ .AddStyleFromAttributes(AdditionalAttributes)
47
.Build();
48
49
private readonly List<TabItem> _items = new(50);
0 commit comments