mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
make select2 elements fit in their alloted space
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user