From 8d94c3bd7af977d998466b56bd773f9b19de8d03 Mon Sep 17 00:00:00 2001 From: Joen A <1204802+jasmussen@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:18:11 +0100 Subject: [PATCH] Try: Remove shadow preset overflow. (#58663) --- .../block-editor/src/components/global-styles/style.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/packages/block-editor/src/components/global-styles/style.scss b/packages/block-editor/src/components/global-styles/style.scss index 46429ea5c47765..693f1cee762bed 100644 --- a/packages/block-editor/src/components/global-styles/style.scss +++ b/packages/block-editor/src/components/global-styles/style.scss @@ -23,8 +23,7 @@ // wrapper to clip the shadow beyond 6px .block-editor-global-styles-effects-panel__shadow-indicator-wrapper { - padding: 6px; - overflow: hidden; + padding: $grid-unit-15 * 0.5; display: flex; align-items: center; justify-content: center; @@ -38,8 +37,8 @@ cursor: pointer; padding: 0; - height: 24px; - width: 24px; + height: $button-size-small; + width: $button-size-small; } .block-editor-global-styles-advanced-panel__custom-css-input textarea {