From d42ea1f2b2c32dc3734bbf8f4b346732c0bd4ba0 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 29 Feb 2016 13:57:55 -0500 Subject: [PATCH] added missing margin for active dropdown --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 4c371c0..290118b 100644 --- a/css/app.css +++ b/css/app.css @@ -6756,7 +6756,7 @@ header { height: 40px; line-height: 1; } .top-bar-section ul li ul.dropdown li.active:not(.has-form) a:not(.button) { - padding: 10px 0 0; + padding: 10px 10px 0; height: 40px; line-height: 1; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 9e0d7d6..7790a0d 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -511,7 +511,7 @@ line-height: 1; } &.active:not(.has-form) a:not(.button) { - padding: 10px 0 0; + padding: 10px 10px 0; height: 40px; line-height: 1; } -- 2.17.1