mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Set a max-height on Select2 Multiselect fields
This commit is contained in:
parent
faa40b23e2
commit
6b50a44d11
@ -2152,9 +2152,11 @@ tr td button i {
|
||||
|
||||
.select2-container--default .select2-selection--multiple {
|
||||
background-color: @field-secondary-bg;
|
||||
border: 1px solid @d7grey;
|
||||
border-radius: 4px;
|
||||
border: 1px solid @d7grey;
|
||||
cursor: text;
|
||||
max-height: 135px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
body.is-modalOpen {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user