Hi, according to this source:
a work around is to put it in the global.scss:
.alert-tappable.alert-radio { height: auto; contain: content; } .alert-radio-label.sc-ion-alert-md, .alert-radio-label.sc-ion-alert-ios { white-space: normal; }
This was the answer that worked for me. Thank you @LDCSioul
There’s no app.scss in Ionic 4. Do I’ve tried adding it to variables.scss and global.scss to no avail.
.alert-radio-label.sc-ion-alert-md { white-space: pre-line !important; } .alert-radio-label.sc-ion-alert-ios { white-space: pre-line !important; }
.alert-radio-label.sc-ion-alert-md { white-space: pre-line !important; }
.alert-radio-label.sc-ion-alert-ios { white-space: pre-line !important; }
I have been trying to find a legit solution for soooo fricken Long! Yours Works! Even For Ionic5 all the other ones others have posted were useless above ^ Thank you so much!!! God Bless You!
THANK YOU! It’s working in ionic 5 ! <3 <3 <3