From f69995d8c0116015854845adc26abfa88ec65996 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 1 Apr 2016 17:35:35 -0400 Subject: [PATCH] Fix 1px offset on search selection input --- src/themes/default/modules/dropdown.variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/default/modules/dropdown.variables b/src/themes/default/modules/dropdown.variables index c72aaba15..2b956826f 100644 --- a/src/themes/default/modules/dropdown.variables +++ b/src/themes/default/modules/dropdown.variables @@ -252,7 +252,7 @@ @multipleSelectionChildVerticalMargin: (@searchSelectionVerticalPadding * (2/3)); @multipleSelectionChildLeftMargin: (@inputHorizontalPadding - @multipleSelectionLeftPadding); @multipleSelectionChildMargin: @multipleSelectionChildVerticalMargin 0em @multipleSelectionChildVerticalMargin @multipleSelectionChildLeftMargin; -@multipleSelectionChildLineHeight: @searchSelectionLineHeight; +@multipleSelectionChildLineHeight: @relative17px; @multipleSelectionSearchStartWidth: (@glyphWidth * 2); /* Dropdown Icon */