mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
(ui) searchable DropDown is truncated, closes https://github.com/opnsense/core/issues/773
This commit is contained in:
parent
404caff1c5
commit
df7e86607a
@ -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*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user