From fb3ff32862362eb0936aac4ef7d7329c1062eeed Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 6 May 2026 11:15:48 +0200 Subject: [PATCH] FIX Corners radius --- resources/css/blocks/wp-block-buttons.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/css/blocks/wp-block-buttons.css b/resources/css/blocks/wp-block-buttons.css index 8e3be6d..c3e813b 100644 --- a/resources/css/blocks/wp-block-buttons.css +++ b/resources/css/blocks/wp-block-buttons.css @@ -45,6 +45,12 @@ .wp-block-button a { @apply rounded-full border; } + + &.is-style-big-buttons { + .wp-block-button a { + @apply !rounded-none; + } + } } .wp-block-buttons.alignwide,