Commit 29ef7b94 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(ui) searchable DropDown is truncated, closes https://github.com/opnsense/core/issues/773

(cherry picked from commit df7e8660)
parent b1bcbd00
......@@ -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*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment