mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
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:
commit
eafa1c38a3
2 changed files with 2 additions and 2 deletions
|
@ -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, {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue