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

This commit is contained in:
Ad Schellevis 2016-02-23 16:11:39 +01:00
parent 404caff1c5
commit df7e86607a

View File

@ -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*/