summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hyperkitty/templates/messages/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/messages/message.html b/hyperkitty/templates/messages/message.html
index eaac211..37bc795 100644
--- a/hyperkitty/templates/messages/message.html
+++ b/hyperkitty/templates/messages/message.html
@@ -30,7 +30,7 @@
</div>
<div class="{% if unfolded %}first_{% endif %}email_body"
- >{{ email.content|urlizetrunc:76|escapeemail|snip_quoted }}</div>
+ >{{ email.content|wordwrap:90|urlizetrunc:76|escapeemail|snip_quoted }}</div>
{% if unfolded and email.attachments|count %}
<p class="attachments">Attachments:</p>