From 97dfdcdb5c270ec492ff80e2d170c927547ee092 Mon Sep 17 00:00:00 2001 From: Lisa Way Date: Thu, 24 Mar 2016 15:48:33 -0700 Subject: [PATCH] Fix bug where math would not compile correctly in LESS version --- src/select2-bootstrap.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/select2-bootstrap.less b/src/select2-bootstrap.less index a9e81a9..7a1a5be 100755 --- a/src/select2-bootstrap.less +++ b/src/select2-bootstrap.less @@ -354,7 +354,7 @@ .select2-selection--single { height: @input-height-base; line-height: @line-height-base; - padding: @padding-base-vertical @padding-base-horizontal + @caret-width-base*3 @padding-base-vertical @padding-base-horizontal; + padding: @padding-base-vertical (@padding-base-horizontal + @caret-width-base*3) @padding-base-vertical @padding-base-horizontal; /** * Adjust the single Select2's dropdown arrow button appearance.