Merge pull request #5646 from aignatov-bio/ai-sci-8709-fix-audit-trails

Fix pagination position [SCI-8709]
This commit is contained in:
aignatov-bio 2023-06-22 10:41:22 +02:00 committed by GitHub
commit 0a4eb1989a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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