Update user_card.html

This commit is contained in:
Kylie 2021-07-31 19:58:12 -04:00 committed by GitHub
parent 1c7ed30d65
commit 3f01cf8788
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
<div class="preserve-whitespace">
{% if user.summary %}
{{ user.summary|to_markdown|safe|truncatechars_html:81 }}
{{ user.summary|to_markdown|safe|truncatechars_html:40 }}
{% else %}&nbsp;{% endif %}
</div>
</div>