From 1427220f9dd43a1d9bccd18b6f0df69d02e561ae Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Apr 2018 20:17:15 +0200 Subject: style(thread): Fix padding on thread view Removing this padding lets the author column render evenly sized. --- templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/thread.html') diff --git a/templates/thread.html b/templates/thread.html index 655b9095df8d..906f21ee6166 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -27,7 +27,7 @@ {% for post in posts -%} -
+
{{ post.author_name }} -- cgit 1.4.1