Fix pagination position [SCI-8709]

This commit is contained in:
Anton 2023-06-21 14:32:25 +02:00
parent a2dd887dc2
commit 5fc5f30a69

View file

@ -189,4 +189,5 @@
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
align-items: center;
display: flex;
justify-content: end;
}