From 52cea5a40436409f0c6849aa4efe375cc298fe2b Mon Sep 17 00:00:00 2001 From: Paul Stelzer Date: Sun, 18 Nov 2018 14:11:22 +0100 Subject: [PATCH] fix(toast): make longer toasts available with pre-wrap (#16361) fixes #16360 --- core/src/components/toast/toast.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/toast/toast.scss b/core/src/components/toast/toast.scss index 67b96404f0..69c4dbeecd 100644 --- a/core/src/components/toast/toast.scss +++ b/core/src/components/toast/toast.scss @@ -54,5 +54,5 @@ .toast-message { flex: 1; - white-space: pre; + white-space: pre-wrap; }