From bff944fd9dfe79f9eb0c4de93f3ada01de9404a9 Mon Sep 17 00:00:00 2001 From: jasmussen Date: Mon, 2 Dec 2019 11:30:49 +0100 Subject: [PATCH] Remove horizontal margin from generic appender. This became unnecessary with #17877. --- .../block-editor/src/components/block-list-appender/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/block-list-appender/style.scss b/packages/block-editor/src/components/block-list-appender/style.scss index 5f83d4b44b290..a219f66813448 100644 --- a/packages/block-editor/src/components/block-list-appender/style.scss +++ b/packages/block-editor/src/components/block-list-appender/style.scss @@ -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.