fix(ui): proper margin for paragraphs
This commit is contained in:
parent
bfcb35e18b
commit
0ef6d0ddca
3 changed files with 10 additions and 2 deletions
|
@ -168,7 +168,7 @@ show_community and post.community != config.town_square %}
|
|||
{% endif %}
|
||||
</div>
|
||||
|
||||
<span id="post-content:{{ post.id }}"
|
||||
<span id="post-content:{{ post.id }}" class="no_p_margin"
|
||||
>{{ post.content|markdown|safe }}</span
|
||||
>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue