From 0d2d36cbf3f1c89e17ff89e28620cdf1bc386a06 Mon Sep 17 00:00:00 2001 From: Joen Asmussen Date: Mon, 17 Dec 2018 10:58:52 +0100 Subject: [PATCH] Move to "initial". --- packages/editor/src/editor-styles.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/editor/src/editor-styles.scss b/packages/editor/src/editor-styles.scss index 2e09e9096f18ca..6715bd4d0c9877 100644 --- a/packages/editor/src/editor-styles.scss +++ b/packages/editor/src/editor-styles.scss @@ -17,7 +17,7 @@ ol { li { // This overrides a bottom margin globally applied to list items in wp-admin. - margin-bottom: 0.5em; + margin-bottom: initial; } } @@ -32,9 +32,6 @@ ol { ul ul, ol ul { list-style-type: circle; - - // This, combined with the margin applied on line 20, ensures there are no "jumps" when you indent a list item. - margin-top: 0.5em; } .mce-content-body {