Merge pull request #392 from marshmalien/fix/7576-pagination-space

Add margin between pagination pages and totals
This commit is contained in:
Marliana Lara 2017-09-07 10:22:55 -04:00 committed by GitHub
commit 56e9d7b8e2

View File

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