fix(radio-group): use inline block to avoid taking up entire width

This commit is contained in:
Brandy Smith
2025-02-27 16:07:25 -05:00
parent c1ac2bfde9
commit f20d8ed920

View File

@@ -4,7 +4,7 @@
// --------------------------------------------------
ion-radio-group {
display: block;
display: inline-block;
}
// Radio Group: Supporting Text