From 643ce65ed43749367775e55de7157c4fa11c85be Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 3 Aug 2016 09:23:22 -0400 Subject: [PATCH] tried to fix it in the wrong way --- 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 1a9cfe7..8982425 100644 --- a/css/app.css +++ b/css/app.css @@ -6457,7 +6457,7 @@ header { background: #374343; margin-top: -7px; } .top-bar-section ul li.menu-icon ul.dropdown li.active:not(.has-form) a:not(.button) { - line-height: 2rem; } + margin-top: -7px; } .top-bar-section ul li.drop-left > .dropdown { right: 0 !important; left: auto !important; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 4cc43df..38d7777 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -62,7 +62,7 @@ } &.active:not(.has-form) { a:not(.button) { - line-height: rem-calc(32); + margin-top: -7px; } } } -- 2.17.1