From 6c1355c0a70927a4073a8a03eb01d50f3c427f6b Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Thu, 16 Apr 2020 11:37:02 +0100 Subject: [PATCH] Fix: Remove unrequired margins from the columns block (#21615) --- packages/block-library/src/columns/editor.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/block-library/src/columns/editor.scss b/packages/block-library/src/columns/editor.scss index 73231a940dd83c..d4928ac611d83a 100644 --- a/packages/block-library/src/columns/editor.scss +++ b/packages/block-library/src/columns/editor.scss @@ -4,14 +4,6 @@ max-width: none; } -// Ideally this shouldn't be necessary. There should be no default margins in -// the editor. -.editor-styles-wrapper .block-editor-block-list__block.wp-block-column, -.editor-styles-wrapper .block-editor-block-list__block.wp-block-columns { - margin-top: 0; - margin-bottom: 0; -} - // To do: remove horizontal margin override by the editor. @include break-small() { .editor-styles-wrapper