STYLE Update notice panel CSS to remove bottom margin on last child element

This commit is contained in:
Antoine M 2026-03-03 17:14:37 +01:00
parent 1901f23601
commit 62e0417eca

View File

@ -15,7 +15,7 @@
} }
> .innerblocks > :last-child { > .innerblocks > :last-child {
@apply !pb-0; @apply !pb-0 !mb-0;
} }
} }
} }