Skip to content

Commit

Permalink
Move to "initial".
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Dec 17, 2018
1 parent 9c1c5b1 commit 0d2d36c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/editor/src/editor-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand All @@ -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 {
Expand Down

0 comments on commit 0d2d36c

Please sign in to comment.