mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
Merge pull request #392 from marshmalien/fix/7576-pagination-space
Add margin between pagination pages and totals
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
.Paginate-total {
|
.Paginate-total {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
margin-bottom: -2px;
|
margin: 0 0 -2px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Paginate-filterLabel{
|
.Paginate-filterLabel{
|
||||||
|
|||||||
Reference in New Issue
Block a user