mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(radio-group): use inline block to avoid taking up entire width
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
// --------------------------------------------------
|
||||
|
||||
ion-radio-group {
|
||||
display: block;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
// Radio Group: Supporting Text
|
||||
|
||||
Reference in New Issue
Block a user