Merge pull request #36991 from iamejaaz/fix-list-view-title

fix: report view pagination overflowing
This commit is contained in:
Ejaaz Khan 2026-02-12 11:52:42 +05:30 committed by GitHub
commit 2def774b2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 3 deletions

View file

@ -123,7 +123,7 @@ export default class ListSettings {
</div>
<div class="col-1 ${can_remove} pl-0 pl-sm-3">
<a class="text-muted remove-field" data-fieldname="${me.fields[idx].fieldname}">
${frappe.utils.icon("trash", "xs")}
${frappe.utils.icon("x", "xs")}
</a>
</div>
</div>

View file

@ -677,7 +677,7 @@ input.list-header-checkbox {
width: auto;
border-left: none;
.level-item.visible-xs {
margin-top: 5px;
margin-top: 1px;
}
}
}

View file

@ -105,6 +105,11 @@
}
}
}
@include media-breakpoint-down(sm) {
.datatable .dt-scrollable {
height: calc(100vh - 260px) !important;
}
}
.group-by-button {
margin: 5px;
@ -121,7 +126,6 @@
--icon-stroke: var(--primary);
}
.comparison-message {
margin-left: var(--margin-sm);
@include get_textstyle("base", "regular");
}