From ba26708c9f845a9a93854f3ec68042d7ac644a4f Mon Sep 17 00:00:00 2001 From: abuoyoyo Date: Thu, 14 Jul 2022 01:23:47 +0300 Subject: [PATCH] css - override other plugins' custom notice padding --- css/admin_notices.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/admin_notices.css b/css/admin_notices.css index 96de550..a1fc27d 100644 --- a/css/admin_notices.css +++ b/css/admin_notices.css @@ -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 */ } \ No newline at end of file