Merge pull request #36991 from iamejaaz/fix-list-view-title
fix: report view pagination overflowing
This commit is contained in:
commit
2def774b2a
3 changed files with 7 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -677,7 +677,7 @@ input.list-header-checkbox {
|
|||
width: auto;
|
||||
border-left: none;
|
||||
.level-item.visible-xs {
|
||||
margin-top: 5px;
|
||||
margin-top: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue