From ce3cbb0a40f97c4df7ea908be373d6fbc6e73ee6 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 2 Apr 2026 12:10:25 +0200 Subject: [PATCH] FEATURE Handling round edges for wp-block-cover --- resources/css/editor-content/gutenberg.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 0904986..9df6fc3 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -77,6 +77,7 @@ article > *:not(.entry-content, .chapter-header-block), @apply mt-10; } +.wp-block-cover:not(.alignfull), .wp-block-image { img { @apply rounded-3xl;