diff sat_templates/templates/bulma/chat/message.html @ 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 b2b859a62e70
line wrap: on
line diff
--- a/sat_templates/templates/bulma/chat/message.html	Tue May 19 18:41:14 2020 +0200
+++ b/sat_templates/templates/bulma/chat/message.html	Fri May 29 21:58:19 2020 +0200
@@ -23,7 +23,7 @@
                     </div>
                 </nav>
             {% endif -%}
-            <p class="msg_body">
+            <p class="msg_body has-whitespace-pre-wrap">
             {{- msg.html or (msg.text|urlize(nofollow=true, target="_blank")) -}}
             </p>
         </div>