Mercurial > libervia-templates
comparison 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 |
comparison
equal
deleted
inserted
replaced
234:b54526baef6b | 235:f5f428a50c10 |
---|---|
21 <span class="date">{{msg.timestamp|date_fmt('auto_day')}}</span> | 21 <span class="date">{{msg.timestamp|date_fmt('auto_day')}}</span> |
22 </div> | 22 </div> |
23 </div> | 23 </div> |
24 </nav> | 24 </nav> |
25 {% endif -%} | 25 {% endif -%} |
26 <p class="msg_body"> | 26 <p class="msg_body has-whitespace-pre-wrap"> |
27 {{- msg.html or (msg.text|urlize(nofollow=true, target="_blank")) -}} | 27 {{- msg.html or (msg.text|urlize(nofollow=true, target="_blank")) -}} |
28 </p> | 28 </p> |
29 </div> | 29 </div> |
30 </div> | 30 </div> |
31 </div> | 31 </div> |