Fix reports table css [SCI-8620]

This commit is contained in:
Anton 2023-06-06 10:54:01 +02:00
parent e8501e0754
commit 0d6cf02eab
2 changed files with 5 additions and 0 deletions

View file

@ -236,6 +236,7 @@
},
drawCallback: function() {
if (CHECKBOX_SELECTOR) CHECKBOX_SELECTOR.checkSelectAllStatus();
setTimeout(() => { REPORTS_TABLE.columns.adjust(); }, 0);
},
rowCallback: function(row) {
if (CHECKBOX_SELECTOR) CHECKBOX_SELECTOR.checkRowStatus(row);

View file

@ -34,6 +34,10 @@
justify-content: space-between;
height: 3.5rem;
padding-bottom: 1em;
#reports-table_filter {
margin-left: auto;
}
}
.dataTables_scroll {