From 8f3f966b099c6fc9f7ace4b0c7c83a3e1e36c60d Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 23 Jun 2015 17:30:54 -0400 Subject: [PATCH] Increase vertical pointing secondary menu horizotnal padding slightly --- src/themes/default/collections/menu.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/collections/menu.variables b/src/themes/default/collections/menu.variables index 9dbc0ce74..547a10dd5 100644 --- a/src/themes/default/collections/menu.variables +++ b/src/themes/default/collections/menu.variables @@ -246,7 +246,7 @@ @secondaryPointingBorderWidth: 2px; @secondaryPointingBorderColor: @borderColor; @secondaryPointingItemVerticalPadding: @relativeTiny; -@secondaryPointingItemHorizontalPadding: @relativeMedium; +@secondaryPointingItemHorizontalPadding: @relativeLarge; @secondaryPointingHoverTextColor: @textColor;