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 {