fix(ListView): content overlow in small screens

This commit is contained in:
Ejaaz Khan 2026-04-24 22:45:40 +05:30
parent f7a0be068b
commit 58667ec285

View file

@ -644,6 +644,7 @@ input.list-header-checkbox {
.layout-main-section .frappe-list .result-container {
.result {
overflow: hidden;
display: block;
input.list-row-checkbox,
input.list-header-checkbox {
width: 15px !important;