Merge pull request #38885 from iamejaaz/small-ui-ux-fix

fix(ListView): content overlow in small screens
This commit is contained in:
Ejaaz Khan 2026-04-24 22:49:04 +05:30 committed by GitHub
commit 916d04ae74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;