From 44598bb4c9de0974c15a42e71d1d3590d29864fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Wed, 12 Apr 2023 13:19:50 +0200 Subject: [PATCH] Get rid of top margin added by GB --- assets/js/blocks/mini-cart/mini-cart-contents/editor.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/js/blocks/mini-cart/mini-cart-contents/editor.scss b/assets/js/blocks/mini-cart/mini-cart-contents/editor.scss index 929dbf3c9ce..0ef1a03528b 100644 --- a/assets/js/blocks/mini-cart/mini-cart-contents/editor.scss +++ b/assets/js/blocks/mini-cart/mini-cart-contents/editor.scss @@ -1,4 +1,5 @@ -.wc-block-editor-mini-cart-contents__wrapper { +// Extra classes added for specificity, so we get rid of a top margin added by GB. +.editor-styles-wrapper .wc-block-editor-mini-cart-contents__wrapper.wc-block-editor-mini-cart-contents__wrapper { display: flex; justify-content: center; margin: 0;