Revert "Only apply vertical margin to #siteNotice content when non-empty"

This reverts commit ff8a5bc034.

Reason for revert: T325219 is expected

Change-Id: Id153bcd5d365263dfa84e7c2e45d69d1c72fabdd
This commit is contained in:
Bernard Wang 2023-02-23 19:32:04 +00:00
parent ff8a5bc034
commit 41bd9569cf

View file

@ -8,11 +8,7 @@
/* Site Notice (includes notices from CentralNotice extension) */
#siteNotice {
font-size: @font-size-site-notice;
margin: @grid-row-gap 0;
position: relative;
text-align: center;
// e.g. #centralNotice, #localNotice, when not empty (T325219)
> div:not( :empty ) {
margin: @grid-row-gap 0;
}
}