From 62e0417eca9c46b1a3b32d32f8dcbf4ea38adf0a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 3 Mar 2026 17:14:37 +0100 Subject: [PATCH] STYLE Update notice panel CSS to remove bottom margin on last child element --- resources/css/blocks/notice-panel.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/notice-panel.css b/resources/css/blocks/notice-panel.css index c64a687..fc31efc 100644 --- a/resources/css/blocks/notice-panel.css +++ b/resources/css/blocks/notice-panel.css @@ -15,7 +15,7 @@ } > .innerblocks > :last-child { - @apply !pb-0; + @apply !pb-0 !mb-0; } } }