From: PixelGrinch Date: Tue, 20 Dec 2016 19:58:12 +0000 (-0500) Subject: Update _menu.scss X-Git-Tag: v6.3.1-rc1~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a8f9d47f8487af56e8dba62fc203b27d1daf77;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update _menu.scss It appears that centering the menu adds unnecessary/undesired height to the container. My Proposed update to add vertical-align: top; to the inline-block applied container, fixes this issue. Thank you Bert (PixelGrinch) --- diff --git a/scss/components/_menu.scss b/scss/components/_menu.scss index 78ac1689e..63ba0a780 100644 --- a/scss/components/_menu.scss +++ b/scss/components/_menu.scss @@ -339,6 +339,7 @@ $menu-border: $light-gray !default; > .menu { display: inline-block; + vertical-align: top; } }