From 250677a40a4c197d510b4e1386c7a84dad767496 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 17 Oct 2018 15:21:59 +0200 Subject: [PATCH] Fix margin issues in pads --- customize.dist/ckeditor-contents.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/customize.dist/ckeditor-contents.css b/customize.dist/ckeditor-contents.css index 633c7e7f8..80d2c3890 100644 --- a/customize.dist/ckeditor-contents.css +++ b/customize.dist/ckeditor-contents.css @@ -15,7 +15,7 @@ body /* Remove the background color to make it transparent */ background-color: #fff; - margin: 20px; + margin: 0; padding: 20px; position: absolute; top: 0; @@ -24,6 +24,10 @@ body right: 0; } +body > *:first-child { + margin-top: 0; +} + .cke_editable { font-size: 16px;