diff --git a/mu-plugins/blocks/notice/postcss/style.pcss b/mu-plugins/blocks/notice/postcss/style.pcss index 4527ddee..24fee740 100644 --- a/mu-plugins/blocks/notice/postcss/style.pcss +++ b/mu-plugins/blocks/notice/postcss/style.pcss @@ -67,7 +67,9 @@ .wp-block-wporg-notice__content { align-self: center; - & :empty:not(br), + & p:empty, + & ul:empty, + & ol:empty, & br:first-child { display: none; }