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 5529bd5 commit 278b990Copy full SHA for 278b990
src/BootstrapBlazor/Components/Card/Card.razor.cs
@@ -128,6 +128,7 @@ public partial class Card
128
129
private string? HeaderStyleString => CssBuilder.Default()
130
.AddStyle("--bs-card-cap-padding-y", HeaderPaddingY)
131
+ .AddStyleFromAttributes(AdditionalAttributes)
132
.Build();
133
134
/// <summary>
0 commit comments