Improve chat UI

This commit is contained in:
cuom1999 2022-02-02 16:03:57 +07:00
parent 59081eeb2d
commit 035749205d
4 changed files with 28 additions and 7 deletions

View file

@ -20,7 +20,9 @@
{{_('Delete')}}
</a>
{% endif %}
{{message.body | markdown('comment', MATH_ENGINE)|reference|str|safe }}
<div class="message-text message-text-other">
{{message.body | markdown('comment', MATH_ENGINE)|reference|str|safe }}
</div>
</div>
</span>
</div>