You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the Bug
The toast message changed with beta.16 (Commit #16323). .toast-message has "white-space: pre;" which leads that longer toast are not possible anymore (see screenshots). Changig the white-space inside css will make longer toast possible!
Current Behavior
Expected Behavior
The text was updated successfully, but these errors were encountered:
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Describe the Bug
The toast message changed with beta.16 (Commit #16323).
.toast-message
has "white-space: pre;" which leads that longer toast are not possible anymore (see screenshots). Changig the white-space inside css will make longer toast possible!Current Behavior
![chrome_2018-11-18_09-19-50](https://user-images.githubusercontent.com/20501666/48670187-84d11100-eb13-11e8-94d6-db1130d0a36e.jpg)
Expected Behavior
![chrome_2018-11-18_09-20-00](https://user-images.githubusercontent.com/20501666/48670188-87cc0180-eb13-11e8-8619-1e13cfc3d696.jpg)
The text was updated successfully, but these errors were encountered: