fix
This commit is contained in:
parent
f9109ee3b4
commit
d30f234eb2
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@
|
||||||
</h5>
|
</h5>
|
||||||
|
|
||||||
{% if p.realbody(v) and not p.over_18 %}
|
{% if p.realbody(v) and not p.over_18 %}
|
||||||
<div class="relative z-10 gradient-mask max-h-12 mb-2 overflow-hidden pointer-events-none text-gray-600" id="post-text-{{p.id}}">
|
<div class="relative z-10 gradient-mask max-h-12 mb-2 overflow-hidden pointer-events-none text-gray-600 break-words" style="word-break: break-word;" id="post-text-{{p.id}}">
|
||||||
{{p.realbody(v) | safe}}
|
{{p.realbody(v) | safe}}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue