don't fix the select height, to fix multiline select
This commit is contained in:
parent
1a64d44857
commit
30fa63b379
1 changed files with 4 additions and 0 deletions
|
@ -190,3 +190,7 @@
|
|||
.selectize-dropdown .optgroup:first-child {
|
||||
border-top: 0 none;
|
||||
}
|
||||
|
||||
.custom-select {
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue