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

pull/8280/head
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
1 changed files with 1 additions and 5 deletions

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;
}