From 619da4b372349864565e7611128c03d0c079be9c Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Fri, 1 Jun 2018 18:39:24 -0400 Subject: [PATCH] prevent sig from clashing with replies box --- less/topic.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/topic.less b/less/topic.less index daf4016..c50bf13 100644 --- a/less/topic.less +++ b/less/topic.less @@ -296,7 +296,7 @@ border-top: 1px dashed #dedede; padding: 1px; padding-top: 5px; - display: inline-block; + display: block; font-style: italic; margin-left: 61px; max-width: 100%;