Skip to content

Commit ef31de3

Browse files
committed
fix(radio-group): fix firefox alignment
1 parent 5c23457 commit ef31de3

7 files changed

+5
-0
lines changed

core/src/components/radio-group/radio-group.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
// Radio Group
44
// --------------------------------------------------
55

6+
ion-radio-group {
7+
// Prevents additional pixels from being rendered on top
8+
vertical-align: top;
9+
}
10+
611
// Radio Group: Supporting Text
712
// --------------------------------------------------
813

Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)