From 6d9726b7720715125ad1d16215447d3927f73b20 Mon Sep 17 00:00:00 2001 From: neil-h Date: Wed, 7 May 2014 11:12:40 -0700 Subject: [PATCH] remove padding-right from topbar menu icon The rule padding-right: 25px; at line 231 pushes the menu icon half way out of the topbar element, as can be seen at http://foundation.zurb.com/docs/components/topbar.html. Removing the rule fixes it. --- scss/foundation/components/_top-bar.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index 47e810f23..1eb704fbd 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -228,7 +228,6 @@ $topbar-arrows: true !default; //Set false to remove the triangle icon from the height: 34px; line-height: 33px; padding: 0; - padding-right: 25px; color: $topbar-menu-link-color; position: relative; -- 2.47.2