From 1427220f9dd43a1d9bccd18b6f0df69d02e561ae Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Apr 2018 20:17:15 +0200 Subject: [PATCH] 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(-) diff --git a/templates/thread.html b/templates/thread.html index 655b9095d..906f21ee6 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -27,7 +27,7 @@ {% for post in posts -%} -
+
{{ post.author_name }}