commit | 25ba2715622b2f8a8ec3ab5ae3ecc9718aa53a16 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Thu Aug 20 08:59:04 2020 +0000 |
committer | GitHub <noreply@github.com> | Thu Aug 20 08:59:04 2020 +0000 |
tree | b50d37c2d6b7b3784ae74a804f0c828ef53d2b8d | |
parent | ccdaf3da66014ad69e2018f49b6b3a013d41ab19 [diff] | |
parent | 5f2463933a68806da9a8284695d9bf769d75c031 [diff] |
Merge branch 'develop' into 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; }