Skip to content

Commit 091ed59

Browse files
authored
chore(Badge): fix cutout badge (#2600)
1 parent 1a438c3 commit 091ed59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/badge/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ The Badge comes with built-in customization features that allow the developer to
2424
2525
````CSHTML
2626
<TelerikButton>
27-
<TelerikBadge>12</TelerikBadge>
28-
Notifications
27+
<TelerikBadge VerticalAlign="@BadgeVerticalAlign.Bottom">12</TelerikBadge>
28+
Notifications
2929
</TelerikButton>
3030
````
3131

0 commit comments

Comments
 (0)