diff --git a/frappe/public/scss/desk/list.scss b/frappe/public/scss/desk/list.scss index a897cb1722..b46e3520f5 100644 --- a/frappe/public/scss/desk/list.scss +++ b/frappe/public/scss/desk/list.scss @@ -2,7 +2,6 @@ .frappe-list { .result-container { .result { - display: table; min-width: 100%; width: auto; .list-row-container { @@ -596,6 +595,8 @@ input.list-header-checkbox { overflow-x: auto; .result { overflow-y: hidden; + display: table; + width: 100%; } } }