refactor: descrease ID filter width

This commit is contained in:
Ejaaz Khan 2026-02-06 14:44:00 +05:30
parent 067475ee05
commit 7fa9aa6be2
2 changed files with 6 additions and 1 deletions

View file

@ -17,7 +17,9 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
setup_defaults() {
super.setup_defaults();
this.page_title = __("Report:") + " " + this.page_title;
if (!frappe.is_mobile()) {
this.page_title = __("Report:") + " " + this.page_title;
}
this.view = "Report";
this.link_title_doctype_fields = [];

View file

@ -320,6 +320,9 @@ body {
}
@media (max-width: 480px) {
.mobile-id-filter .form-group {
width: 150px;
}
body[data-route^="Form"] {
.navbar-breadcrumbs {
max-width: 165px;