fix(toast): make longer toasts available with pre-wrap (#16361)

fixes #16360
This commit is contained in:
Paul Stelzer
2018-11-18 14:11:22 +01:00
committed by Manu MA
parent 34cd1d16d2
commit 52cea5a404

View File

@ -54,5 +54,5 @@
.toast-message { .toast-message {
flex: 1; flex: 1;
white-space: pre; white-space: pre-wrap;
} }