From 0031fccef8fd98c97c88ecc84e43ba8375b882ac Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 1 Oct 2025 12:31:48 +0200 Subject: [PATCH] STYLE Fix for few blocks behaviours --- resources/css/editor-style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index 98d4373..bee05fd 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -26,3 +26,13 @@ body { .acf-block-fields { @apply max-w-screen-md mx-auto; } + +.wp-block-carhop-blocks-cta { + &.is-selected::after { + @apply !static; + } +} + +.deligraph-blocks-chapter-section { + @apply !px-0; +}