filter selector: fix multi-select layout
This commit is contained in:
parent
70252e6e8c
commit
32af7c6cd6
1 changed files with 5 additions and 2 deletions
|
@ -1108,7 +1108,7 @@ input.time.time--12 {
|
|||
height: 118px;
|
||||
}
|
||||
|
||||
select.form-control {
|
||||
select.form-control:not([multiple]) {
|
||||
padding-left: 10px;
|
||||
padding-right: 34px;
|
||||
word-wrap: normal;
|
||||
|
@ -1172,6 +1172,10 @@ input.time.time--12 {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.form-control.ui-autocomplete-input {
|
||||
padding-right: 35px;
|
||||
}
|
||||
|
||||
.has-error .form-control,
|
||||
.has-error .form-control:focus,
|
||||
.has-error .form-control.focus {
|
||||
|
@ -5632,7 +5636,6 @@ label + .wizard-buttonList {
|
|||
.horizontal-filter-body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue