diff --git a/app/assets/javascripts/reports/reports_datatable.js b/app/assets/javascripts/reports/reports_datatable.js index f97a2073e..4cd987047 100644 --- a/app/assets/javascripts/reports/reports_datatable.js +++ b/app/assets/javascripts/reports/reports_datatable.js @@ -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); diff --git a/app/assets/stylesheets/report_index.scss b/app/assets/stylesheets/report_index.scss index ce3c85ee3..f69538e4d 100644 --- a/app/assets/stylesheets/report_index.scss +++ b/app/assets/stylesheets/report_index.scss @@ -34,6 +34,10 @@ justify-content: space-between; height: 3.5rem; padding-bottom: 1em; + + #reports-table_filter { + margin-left: auto; + } } .dataTables_scroll {