From 3f1ed967c8230209baa5d7d0becc874d911e85cf Mon Sep 17 00:00:00 2001 From: David Ichim Date: Fri, 26 Mar 2021 19:08:21 +0200 Subject: [PATCH] Refs #129216 remove padding from column-grid when we have styled-with-bg style from volto-block-style --- src/ColumnsBlock/styles.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ColumnsBlock/styles.less b/src/ColumnsBlock/styles.less index 7a460f3..5124900 100644 --- a/src/ColumnsBlock/styles.less +++ b/src/ColumnsBlock/styles.less @@ -179,6 +179,10 @@ margin-top: 0.8rem; margin-bottom: 0.8rem; } +/* remove padding from column-grid when we have styled-with-bg style from volto-block-style */ +.styled-with-bg .grid.column-grid { + padding: 0; +} .drag-drop-list-widget { .columns-area {