From 95ef1da079e38b3e5178201f296e71cea3adf571 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Mon, 10 Nov 2025 12:19:47 +0100 Subject: [PATCH] STYLE Increasing vertical spacing for columns in Gutenberg CSS --- resources/css/editor-content/gutenberg.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index f284afe..c05eb18 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -62,7 +62,7 @@ article > *:not(.entry-content, .chapter-header-block), } .wp-block-columns { - @apply gap-4 my-3; + @apply gap-4 my-6; } .wp-block-column { :first-child {