diff sat_templates/templates/bulma/static/styles.css @ 235:f5f428a50c10

chat, ticket: use `pre-wrap` instead of `pre` for whitespaces
author Goffi <goffi@goffi.org>
date Fri, 29 May 2020 21:58:19 +0200
parents 0e69b5843c2f
children bb5193cef770
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Tue May 19 18:41:14 2020 +0200
+++ b/sat_templates/templates/bulma/static/styles.css	Fri May 29 21:58:19 2020 +0200
@@ -3,8 +3,8 @@
   --photo-height--poster: 500px;
 }
 
-.has-whitespace-pre {
-    white-space: pre;
+.has-whitespace-pre-wrap {
+    white-space: pre-wrap;
 }
 
 .is-avatar {