From 5ec70fe492e993e814d6c29c22c91a6a3fd1e28a Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sat, 14 Nov 2015 13:58:54 +0100
Subject: [PATCH] Set Select2 height to the height of normal input fields.

---
 interface/web/themes/default/assets/stylesheets/select2.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/interface/web/themes/default/assets/stylesheets/select2.css b/interface/web/themes/default/assets/stylesheets/select2.css
index afa4e3fc03..a1556fff20 100644
--- a/interface/web/themes/default/assets/stylesheets/select2.css
+++ b/interface/web/themes/default/assets/stylesheets/select2.css
@@ -27,14 +27,14 @@ Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
 
 .select2-container .select2-choice {
     display: block;
-    height: 26px;
+    height: 32px;
     padding: 0 0 0 8px;
     overflow: hidden;
     position: relative;
 
     border: 1px solid #aaa;
     white-space: nowrap;
-    line-height: 26px;
+    line-height: 32px;
     color: #444;
     text-decoration: none;
 
-- 
GitLab