mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Merge pull request #128 from marshmalien/fix/7351-JobTemplateMultiSelectField
Job Template Label Field Style
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user