mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 13:39:27 -02: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;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-container {
|
||||||
|
margin-left: 2px;
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.form-control + .select2-container--disabled .select2-selection {
|
.form-control + .select2-container--disabled .select2-selection {
|
||||||
background-color: @egrey !important;
|
background-color: @egrey !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user