Skip to content

Commit 1061f8b

Browse files
committed
feat(badge): fix text vertical alignment when at md device.
1 parent a93fcc7 commit 1061f8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/components/tab-button/tab-button.md.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
height: $tab-button-md-badge-size-empty;
7676
}
7777

78+
:host ::slotted(ion-badge[vertical]) {
79+
--badge-padding-top: 5px;
80+
}
81+
7882
// Material Design Tab Button: Icon Top Layout
7983
// --------------------------------------------------------------
8084

0 commit comments

Comments
 (0)