From adfa1f9dfe7cd790f15900a8473085a1106e1c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Mon, 2 Dec 2019 09:25:47 +0100 Subject: Fix list styleing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- css/prosemirror.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/prosemirror.scss b/css/prosemirror.scss index cd6c6ea2d..d21017a94 100644 --- a/css/prosemirror.scss +++ b/css/prosemirror.scss @@ -28,14 +28,18 @@ div.ProseMirror { width: 100%; display: flex; margin-top: 10px; + margin-bottom: 1em; &:before { position: relative; top: 2px; } div.checkbox-wrapper { + margin-bottom: -1em; & > p { margin-top: -1px; + margin-bottom: 0; + padding-bottom: 10px; } } } -- cgit v1.2.3