mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 14:39:30 -02:30
Remove the extra margin from the empty list when it appears in a modal
This commit is contained in:
@@ -291,6 +291,9 @@ table, tbody {
|
|||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-body > .List-noItems {
|
||||||
|
margin-top: 0px;
|
||||||
|
}
|
||||||
.List-editButton--selected {
|
.List-editButton--selected {
|
||||||
background-color: @list-actn-bg-hov !important;
|
background-color: @list-actn-bg-hov !important;
|
||||||
color: @list-actn-icn-hov;
|
color: @list-actn-icn-hov;
|
||||||
|
|||||||
Reference in New Issue
Block a user