Add margin between pagination pages and totals

This commit is contained in:
Marliana Lara 2017-09-05 18:01:41 -04:00
parent c70362cb57
commit 48e583026f

View File

@ -51,7 +51,7 @@
.Paginate-total {
display: flex;
align-items: flex-end;
margin-bottom: -2px;
margin: 0 0 -2px 10px;
}
.Paginate-filterLabel{