From b3700dbf233292ac21bf5169399216cf6cfb684b Mon Sep 17 00:00:00 2001 From: Jeremy Englert Date: Mon, 25 Jan 2016 14:37:54 -0700 Subject: [PATCH] Remove double padding from menu-text link --- scss/components/_menu.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index 9315a43fe8..c5da8bb804 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -39,7 +39,7 @@ $menu-expand-max: 6 !default; } // Reset line height to make the height of the overall item easier to calculate - > li > a { + > li:not(.menu-text) > a { display: block; padding: $menu-item-padding; line-height: 1;