From 8b426e3c3b8e65b762a03a5472b9c81236bfe6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Tue, 3 Nov 2015 18:54:30 +0100 Subject: [PATCH] styling bugfix --- resources/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/public/style.css b/resources/public/style.css index c63cd98..0fd7c79 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -243,7 +243,7 @@ td { margin-top: 0.5em; } #previewPane { - display: none; + display: none !important; } }