Revert 6282b5bacbb30f31bc7bbf53df668ac8ed68829f

This commit is contained in:
mabashian 2019-10-21 11:55:12 -04:00
parent 5bb7e69a4d
commit e64b087e9f

View File

@ -372,7 +372,9 @@ table, tbody {
.List-noItems {
margin-top: 52px;
display: inline-block;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 200px;
border-radius: 5px;
@ -381,7 +383,7 @@ table, tbody {
color: @list-no-items-txt;
text-transform: uppercase;
text-align: center;
padding: 80px 10px;
padding: 10px;
}
.modal-body > .List-noItems {