mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Merge pull request #5451 from mabashian/5401-lookup-spacing-empty
Remove the extra margin from the empty list when it appears in a modal
This commit is contained in:
commit
8a6d14771e
@ -291,6 +291,9 @@ table, tbody {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.modal-body > .List-noItems {
|
||||
margin-top: 0px;
|
||||
}
|
||||
.List-editButton--selected {
|
||||
background-color: @list-actn-bg-hov !important;
|
||||
color: @list-actn-icn-hov;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user