Skip to content

Commit dcc06a1

Browse files
authored
chore(Badge): fix cutout badge
1 parent 63e7232 commit dcc06a1

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)