Skip to content

Commit

Permalink
Try: Fix appender margins again. (#27392)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Jan 13, 2021
1 parent 84a73c4 commit 3091951
Showing 1 changed file with 5 additions and 1 deletion.
@@ -1,7 +1,11 @@
// 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;
margin: 0;

.block-editor-default-block-appender {
margin: $grid-unit-10 0;
}

// Animate appearance.
.block-list-appender__toggle {
Expand Down

0 comments on commit 3091951

Please sign in to comment.