commit | ae9208dc871de279dec982f19271b9d5ae1bd254 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Thu Aug 20 09:28:15 2020 +0000 |
committer | GitHub <noreply@github.com> | Thu Aug 20 09:28:15 2020 +0000 |
tree | b50d37c2d6b7b3784ae74a804f0c828ef53d2b8d | |
parent | 5f2463933a68806da9a8284695d9bf769d75c031 [diff] | |
parent | 25ba2715622b2f8a8ec3ab5ae3ecc9718aa53a16 [diff] |
Merge pull request #22995 from scmmishra/fix-margin-for-filter
diff --git a/erpnext/public/less/products.less b/erpnext/public/less/products.less index 79f57b3..5e744ce 100644 --- a/erpnext/public/less/products.less +++ b/erpnext/public/less/products.less
@@ -22,6 +22,8 @@ } .filter-options { + margin-left: -5px; + padding-left: 5px; max-height: 300px; overflow: auto; }