fix(report builder): responsive footer (#26222)

This commit is contained in:
Raffael Meyer 2024-04-29 18:20:02 +02:00 committed by GitHub
parent 2415936fa2
commit 2eece08d8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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() {