Skip to content

Commit f20d8ed

Browse files
committed
fix(radio-group): use inline block to avoid taking up entire width
1 parent c1ac2bf commit f20d8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// --------------------------------------------------
55

66
ion-radio-group {
7-
display: block;
7+
display: inline-block;
88
}
99

1010
// Radio Group: Supporting Text

0 commit comments

Comments
 (0)