Remove the extra margin from the empty list when it appears in a modal

This commit is contained in:
Michael Abashian 2017-02-20 11:25:10 -05:00
parent 7b8f8b88ea
commit c842c89034

View File

@ -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;