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:
parent
4dc643acd9
commit
48a0f40621
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue