From df7e86607a527b9c3e92aa90ccf0718369cf5aee Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 23 Feb 2016 16:11:39 +0100 Subject: [PATCH] (ui) searchable DropDown is truncated, closes https://github.com/opnsense/core/issues/773 --- .../www/themes/opnsense/build/css/bootstrap-select.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/opnsense/www/themes/opnsense/build/css/bootstrap-select.css b/src/opnsense/www/themes/opnsense/build/css/bootstrap-select.css index 695459802..5b7c40cc1 100644 --- a/src/opnsense/www/themes/opnsense/build/css/bootstrap-select.css +++ b/src/opnsense/www/themes/opnsense/build/css/bootstrap-select.css @@ -5,6 +5,11 @@ * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE) */ +/* set form-control on span height, which is used by liHeight to calculate height */ +span.form-control { + height: 34px !important; + padding: 6px 12px; +} .bootstrap-select { width: 348px \0; /*IE9 and below*/