From 70c2df2a983ab6cd8ae808132d9c1bb8556086cd Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 10 Oct 2012 11:48:16 +0200 Subject: Improve styling --- hyperkitty/templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/templates/thread.html') diff --git a/hyperkitty/templates/thread.html b/hyperkitty/templates/thread.html index 20181b8..b019d8a 100644 --- a/hyperkitty/templates/thread.html +++ b/hyperkitty/templates/thread.html @@ -14,7 +14,7 @@ {% if thread %} {{ thread.subject|strip_subject:mlist|truncatesmart:"25" }} + >{{ thread.subject|strip_subject:mlist|truncatesmart:"22" }} {% endif %} {% endfor %}

{{ subject }}

-- cgit