Skip to content

Commit

Permalink
Try: Move block appender margin to child. (#27274)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Nov 26, 2020
1 parent ac9029c commit 2ff98db
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// 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: $grid-unit-10 0;
.block-editor-default-block-appender {
margin: $grid-unit-10 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 2ff98db

Please sign in to comment.