From 615a509616d994613fcf617cee1dac5f835fd6a1 Mon Sep 17 00:00:00 2001 From: Shawn Jonnet Date: Sat, 19 Apr 2014 09:13:24 -0400 Subject: [PATCH] Fix line height issue --- scss/foundation/components/_top-bar.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 7b3d24963..47e810f23 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -483,6 +483,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the &:not(.has-form) { a:not(.button) { padding: 0 $topbar-link-padding; + line-height: $topbar-height; background: $topbar-link-bg; &:hover { background: $topbar-link-bg-hover; } } @@ -490,6 +491,7 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the &.active:not(.has-form) { a:not(.button) { padding: 0 $topbar-link-padding; + line-height: $topbar-height; color: $topbar-link-color-active; background: $topbar-link-bg-active; &:hover { background: $topbar-link-bg-active-hover; } -- 2.47.2