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