Updated top margin for empty lists

This commit is contained in:
Ken Hoes 2017-02-14 13:07:12 -05:00
parent b7317cbdc1
commit 8eaaf37825

View File

@ -278,6 +278,7 @@ table, tbody {
}
.List-noItems {
margin-top: 52px;
display: flex;
align-items: center;
justify-content: center;