From f4a8e6d8903cb05c69f32cb6fe6b07a1d22567a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sun, 3 Jan 2016 19:16:01 +0100 Subject: [PATCH] styling of /new fixed --- resources/public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/public/style.css b/resources/public/style.css index 1ad606f..46c165b 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -247,6 +247,10 @@ td { } } +#previewPane article { + margin: 0; +} + #editContainer { display: flex; height: 100%;