]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update _menu.scss 9539/head
authorPixelGrinch <pixelgrinch@gmail.com>
Tue, 20 Dec 2016 19:58:12 +0000 (14:58 -0500)
committerGitHub <noreply@github.com>
Tue, 20 Dec 2016 19:58:12 +0000 (14:58 -0500)
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)

scss/components/_menu.scss

index 78ac1689ed013d257c451ab5116b6d510031f09d..63ba0a780c43dc18a35f59f1dbc408d886542681 100644 (file)
@@ -339,6 +339,7 @@ $menu-border: $light-gray !default;
 
     > .menu {
       display: inline-block;
+      vertical-align: top;
     }
   }