1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

fix(padding): fix margin-right on DatatableFooter pagination EE-4831 (#8237)

This commit is contained in:
Dakota Walsh 2023-01-10 10:14:46 +13:00 committed by GitHub
parent 4dc643acd9
commit 48a0f40621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,17 +111,13 @@
.datatable .footer .paginationControls {
float: right;
margin: 10px 0 5px 0;
margin: 10px 10px 5px 0;
}
.datatable .footer .paginationControls .limitSelector {
font-size: 12px;
}
.datatable .footer .paginationControls .limitSelector:not(:last-child) {
margin-right: 10px;
}
.datatable .footer .paginationControls .pagination {
margin: 0;
}