mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #128 from marshmalien/fix/7351-JobTemplateMultiSelectField
Job Template Label Field Style
This commit is contained in:
commit
8a859edc7c
@ -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