diff client/src/assets/application.scss @ 5156:0897859b2f4a

fix toast css. Respect newlines in messages
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 02 Apr 2020 12:05:07 +0200
parents 9f0830a1845d
children 7768f14f6535
line wrap: on
line diff
--- a/client/src/assets/application.scss	Wed Apr 01 19:01:08 2020 +0200
+++ b/client/src/assets/application.scss	Thu Apr 02 12:05:07 2020 +0200
@@ -195,6 +195,9 @@
   .snotifyToast__title {
     font-size: 1.2rem;
   }
+  .snotifyToast__body {
+    white-space: pre-line;
+  }
 }
 
 select.form-control-sm.small {