Skip to content

Commit

Permalink
List block: move default style (#17958)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored and hypest committed Nov 4, 2019
1 parent b3a552a commit 8f70784
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/block-library/src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
@import "./latest-posts/editor.scss";
@import "./legacy-widget/editor.scss";
@import "./media-text/editor.scss";
@import "./list/editor.scss";
@import "./more/editor.scss";
@import "./navigation-menu/editor.scss";
@import "./navigation-menu-item/editor.scss";
Expand Down
5 changes: 0 additions & 5 deletions packages/block-library/src/list/editor.scss

This file was deleted.

2 changes: 2 additions & 0 deletions packages/editor/src/editor-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ ul,
ol {
margin-bottom: $default-block-margin;
padding: inherit;
padding-left: 1.3em;
margin-left: 1.3em;

// Remove bottom margin from nested lists.
ul,
Expand Down

0 comments on commit 8f70784

Please sign in to comment.