css - override other plugins' custom notice padding

This commit is contained in:
abuoyoyo 2022-07-14 01:23:47 +03:00
parent 51a493926b
commit ba26708c9f

View File

@ -32,5 +32,5 @@
.notice_container > div.error,
.notice_container > div.notice,
.notice_container > div.update-nag{
margin: 5px 12px 15px 12px;
margin: 5px 12px 15px 12px !important; /* Override plugins custom css */
}