Merge pull request #5355 from kensible/5345-empty-list-margin

Updated top margin for empty lists
This commit is contained in:
kensible 2017-02-15 08:16:42 -05:00 committed by GitHub
commit e8027bda44

View File

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