From f98c8f6bf92875aa3ea0fc0e4ce1752836d86220 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 24 Mar 2026 15:32:50 +0100 Subject: [PATCH] FIX center problems with content box blocks since handling shape types --- resources/css/editor-style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 0e3dc94..97154e4 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -82,3 +82,9 @@ body { .wp-block-carhop-blocks-document-card:focus:after { @apply !static; } + +.content-box__innerblocks { + .block-editor-inner-blocks { + @apply mx-auto; + } +}