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 df0f0cbCopy full SHA for df0f0cb
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