From e5e8e16d36efb769e80ffc55dc104c0c0e65f6b9 Mon Sep 17 00:00:00 2001 From: jasmussen Date: Mon, 12 Apr 2021 13:44:24 +0200 Subject: [PATCH] Try: Padding fix. --- blocks/layout-grid/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blocks/layout-grid/style.scss b/blocks/layout-grid/style.scss index 6addb3ab..cc327e58 100644 --- a/blocks/layout-grid/style.scss +++ b/blocks/layout-grid/style.scss @@ -10,7 +10,7 @@ */ /* autoprefixer grid: no-autoplace */ - +.wp-block-jetpack-layout-grid-editor, .wp-block-jetpack-layout-grid { // This padding adds end gutters. padding-left: 24px; @@ -92,6 +92,7 @@ * Individual Column Options */ +.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column, .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column { // When a column has a background color, we add negative margins to enable // some of the gutter to work as default padding.