Merge pull request #38885 from iamejaaz/small-ui-ux-fix
fix(ListView): content overlow in small screens
This commit is contained in:
commit
916d04ae74
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue