From baf4102da756330230c57b45d8257e8765cb1e7c Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Tue, 26 Jul 2011 15:36:20 -0400 Subject: [PATCH] Quick fix for hidden threaded-replies issue in Chrome. --- theme/base/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 1f4d2f3f15..6b01c07393 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -884,7 +884,7 @@ content: ":"; } .threaded-replies:empty { - display: none; + margin-bottom: 0px; } .user_in .threaded-replies { -- 2.39.5