Revert 6282b5bacbb30f31bc7bbf53df668ac8ed68829f

This commit is contained in:
mabashian 2019-10-21 11:55:12 -04:00 committed by Ryan Petrello
parent 6dfc714c75
commit d06b0de74b
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

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 {