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 0bab5a6 commit ee9565eCopy full SHA for ee9565e
src/BootstrapBlazor/Components/Label/BootstrapLabel.razor
@@ -3,7 +3,7 @@
3
4
@if (_showTooltip)
5
{
6
- <Tooltip Title="@Value">
+ <Tooltip Title="@Value" class="form-label-tooltip">
7
@RenderLabel
8
</Tooltip>
9
}
0 commit comments