master
Aevann1 2022-01-17 19:05:11 +02:00
parent 8ae4687187
commit 33ceebe21b
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@
</div>
{% if c.body and not (v and v.id == c.author_id) %}
<div class="d-none card rounded border my-2 p-3" style="white-space:pre" id="markdown-{{c.id}}">
<div class="d-none card rounded border my-2 p-3" style="white-space:pre;padding-top:0!important" id="markdown-{{c.id}}">
{{c.body.strip()}}
</div>
{% endif %}