Skip to content

Commit

Permalink
chore: fix example (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsvetomir-Hr authored Dec 11, 2024
1 parent 3d80e62 commit 41a8e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge-base/tooltip-show-on-disabled-element.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To display a Tooltip for a disabled button, wrap the disabled button within anot

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

CSHTML````
````RAZOR
<div class="disabled-button" style="width: fit-content;">
<TelerikButton Enabled="false">Hover me</TelerikButton>
</div>
Expand Down

0 comments on commit 41a8e42

Please sign in to comment.