From e0c35620b0e487816aeee804c9e30383384f8744 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 30 Mar 2017 09:42:34 -0400 Subject: [PATCH] css fix for censor ui --- contrib/static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index e5e5b7e..47b3ef2 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -605,7 +605,7 @@ textarea#reply-text { [type=checkbox] { display: none; } -:checked + span { +:checked + div { display: block !important; }