mirror of https://github.com/portainer/portainer
fix(pagination): vert center pagination control on all screens and add consistent spacing [EE-4006] (#8192)
parent
b917e12b62
commit
c1dc1b49d1
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue