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 14c9301de6df1..3f40466627b0f 100644 --- a/packages/block-editor/src/components/block-list-appender/style.scss +++ b/packages/block-editor/src/components/block-list-appender/style.scss @@ -14,9 +14,8 @@ margin: $grid-unit-10 0; } - // Add a uniform margin around the block. - // This can hopefully avoid havoc in flex containers. - margin: $grid-unit-10; + // Zero out the margin that's inherited from common.scss. + margin-bottom: revert; // Black square plus appender. .block-list-appender__toggle {