Skip to content

Commit

Permalink
Temporary(?) fix for bg padding in editor styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill committed Jun 30, 2020
1 parent 39426f6 commit d8708af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
@import "./latest-comments/editor.scss";
@import "./latest-posts/editor.scss";
@import "./legacy-widget/editor.scss";
@import "./list/editor.scss";
@import "./media-text/editor.scss";
@import "./more/editor.scss";
@import "./navigation/editor.scss";
Expand Down
4 changes: 4 additions & 0 deletions packages/block-library/src/list/editor.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ol.has-background.has-background,
ul.has-background.has-background {
padding: $block-bg-padding--v $block-bg-padding--h;
}

0 comments on commit d8708af

Please sign in to comment.