Set a max-height on Select2 Multiselect fields

This commit is contained in:
Marliana Lara 2017-07-31 16:13:27 -04:00
parent faa40b23e2
commit 6b50a44d11

View File

@ -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 {