From 51357f8ca28592a1d5a1270eba06eb9583afc399 Mon Sep 17 00:00:00 2001 From: Shiva Poudel Date: Thu, 17 Mar 2016 17:31:16 +0545 Subject: [PATCH] Apply custom css for nav tag but not in h2 tag, #10515 CC @mikejolley --- assets/css/admin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index b64614c0dd7..f34f1eb7a1b 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -2483,7 +2483,7 @@ img.help_tip { } .woocommerce { - .woo-nav-tab-wrapper { + nav.woo-nav-tab-wrapper { margin: 1.5em 0 1em !important; border-bottom: 1px solid #ccc; }