From a7158e5ab837bfe32fc92ba0bf32d9732bd4bc27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emin=20=C5=9Een?= Date: Thu, 30 Jul 2015 13:15:32 +0300 Subject: [PATCH] remove multiple selection height property --- build/less/select2.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/less/select2.less b/build/less/select2.less index 4471e29ce..596eef83c 100644 --- a/build/less/select2.less +++ b/build/less/select2.less @@ -76,7 +76,6 @@ .select2-selection--multiple { border: 1px solid @gray; border-radius: @input-radius; - height: 34px; &:focus { border-color: @light-blue; } @@ -100,4 +99,4 @@ } .select2-container .select2-selection--single .select2-selection__rendered { padding-right: 10px; -} \ No newline at end of file +}