A VERY basic question:
How do I change the CSS of a toast?
I want to change the content max-width on the toast message, because the close button get pushed of the screen. So one would think to add .toast-content
in the global.scss
file and it should work…
No, not with Ionic. With Ionic there is no simple solution!!!
And no, I don’t want to add cssClass
property to EVERY toast created, I want to change this globally…