From 2f2abf039c3c3038f8f01b65011a32138294a4f0 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Mon, 10 Nov 2025 12:11:04 +0100 Subject: [PATCH] STYLE Adding vertical spacing to 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 ce6aa32..f284afe 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; + @apply gap-4 my-3; } .wp-block-column { :first-child {