Merge pull request #5472 from aignatov-bio/ai-sci-8483-fix-label-templates-pagination

Fix label templates pagination [SCI-8483]
This commit is contained in:
aignatov-bio 2023-05-24 12:06:17 +02:00 committed by GitHub
commit eafa1c38a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -211,7 +211,7 @@
createdRow: addAttributesToRow,
initComplete: function(settings) {
initActionToolbar();
actionToolbarComponent.setBottomOffset(75);
actionToolbarComponent.setBottomOffset(70);
const { nTableWrapper: dataTableWrapper } = settings;
CHECKBOX_SELECTOR = new DataTableCheckboxes(dataTableWrapper, {

View file

@ -68,7 +68,7 @@
display: flex;
flex-direction: column;
flex-grow: 1;
height: calc(100% - var(--datatable-pagination-row));
height: calc(100% - var(--datatable-pagination-row) - 3.5rem);
.dataTables_scrollHead {
flex-shrink: 0;