Merge pull request #128 from marshmalien/fix/7351-JobTemplateMultiSelectField

Job Template Label Field Style
This commit is contained in:
Marliana Lara
2017-07-31 17:18:10 -04:00
committed by GitHub

View File

@@ -2152,9 +2152,11 @@ tr td button i {
.select2-container--default .select2-selection--multiple { .select2-container--default .select2-selection--multiple {
background-color: @field-secondary-bg; background-color: @field-secondary-bg;
border: 1px solid @d7grey;
border-radius: 4px; border-radius: 4px;
border: 1px solid @d7grey;
cursor: text; cursor: text;
max-height: 135px;
overflow: scroll;
} }
body.is-modalOpen { body.is-modalOpen {