Skip to content

Commit

Permalink
Remove horizontal margin from generic appender.
Browse files Browse the repository at this point in the history
This became unnecessary with #17877.
  • Loading branch information
jasmussen committed Dec 2, 2019
1 parent 24c207a commit bff944f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// These styles are only applied to the appender when it appears inside of a block.
// Otherwise the default appender may be improperly positioned in some themes.
.block-editor-block-list__block .block-list-appender {
margin: $block-padding;
margin: $block-padding 0;

// Add additional margin to the appender when inside a group with a background color.
// If changing this, be sure to sync up with group/editor.scss line 13.
Expand Down

0 comments on commit bff944f

Please sign in to comment.