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 11b0a9b commit e50863aCopy full SHA for e50863a
src/BootstrapBlazor/Components/Card/Card.razor
@@ -33,7 +33,7 @@
33
}
34
</div>
35
36
- <div class="@BodyClassName" id="@BodyId">
+ <div id="@BodyId" class="@BodyClassName">
37
@if (IsCollapsible)
38
{
39
<div class="card-body-wrapper">
0 commit comments