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

fix(pagination): vert center pagination control on all screens and add consistent spacing [EE-4006] (#8192)

This commit is contained in:
Matt Hook 2022-12-16 10:55:54 +13:00 committed by GitHub
parent b917e12b62
commit c1dc1b49d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -393,6 +393,10 @@ input:checked + .slider:before {
border: 1px solid var(--border-pagination-color);
}
.paginationControls > form {
@apply inline-flex items-center;
}
.pagination li button {
color: var(--ui-gray-9) !important;
}