Style empty list placeholder text inline

This commit is contained in:
Marliana Lara 2019-10-14 13:11:31 -04:00
parent 263c44a09b
commit 6282b5bacb
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

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