mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
make select2 elements fit in their alloted space
This commit is contained in:
parent
3731c8b72f
commit
3a5a9aac41
@ -2112,6 +2112,11 @@ tr td button i {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.select2-container {
|
||||
margin-left: 2px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.form-control + .select2-container--disabled .select2-selection {
|
||||
background-color: @egrey !important;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user