fix(report builder): responsive footer (#26222)
This commit is contained in:
parent
2415936fa2
commit
2eece08d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
|
|||
);
|
||||
this.$paging_area
|
||||
.find(".level-left")
|
||||
.append(`<span class="comparison-message text-muted">${message}</span>`);
|
||||
.after(`<span class="comparison-message text-muted">${message}</span>`);
|
||||
}
|
||||
|
||||
setup_sort_selector() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue