forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-12 20:53:44 -06:00
parent b454b3c06d
commit 63cc0fd752
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@
</h5>
{% if p.realbody(v) and not p.over_18 %}
<div class="gradient-mask max-h-12 mb-2 overflow-hidden pointer-events-none text-gray-600" style="max-width: 3rem;" id="post-text-{{p.id}}">
<div class="gradient-mask max-h-12 mb-2 overflow-hidden pointer-events-none text-gray-600" style="max-height: 3rem;" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}
</div>
{% endif %}