diff --git a/src/theme/theme.base.scss b/src/theme/theme.base.scss index 30367a9f8..6d661464c 100644 --- a/src/theme/theme.base.scss +++ b/src/theme/theme.base.scss @@ -133,8 +133,10 @@ ion-checkbox.ion-text-wrap::part(label) { } .item.ion-text-wrap > ion-label, -.item.ion-text-wrap > ion-checkbox::part(label), -ion-checkbox.ion-text-wrap::part(label) { +.item.ion-text-wrap ion-checkbox::part(label), +ion-checkbox.ion-text-wrap::part(label), +.item.ion-text-wrap ion-radio::part(label), +ion-radio.ion-text-wrap::part(label) { white-space: normal !important; }