Skip to content

Commit 41a8e42

Browse files
authored
chore: fix example (#2626)
1 parent 3d80e62 commit 41a8e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/tooltip-show-on-disabled-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To display a Tooltip for a disabled button, wrap the disabled button within anot
3636

3737
Here's an example demonstrating how to implement this solution:
3838

39-
CSHTML````
39+
````RAZOR
4040
<div class="disabled-button" style="width: fit-content;">
4141
<TelerikButton Enabled="false">Hover me</TelerikButton>
4242
</div>

0 commit comments

Comments
 (0)