From 6d89ff2024e6d8dd43f21880d907e0c4b5fa75fa Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 8 Nov 2023 18:31:30 +0100 Subject: [PATCH] removing style for max preview icon size and moving the style into the global editor style --- blocks/icon/src/editor.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/blocks/icon/src/editor.scss b/blocks/icon/src/editor.scss index c599200..e69de29 100644 --- a/blocks/icon/src/editor.scss +++ b/blocks/icon/src/editor.scss @@ -1,6 +0,0 @@ -.homegrade-blocks-components-icon__panel-body { - .icon-preview { - max-width: 80px; - padding: 20px 0; - } -}