commit | c798c6abbd66eed9ce84b4eaf9adbb4f32f21668 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Tue Aug 11 09:11:30 2020 +0000 |
committer | GitHub <noreply@github.com> | Tue Aug 11 09:11:30 2020 +0000 |
tree | 068d63e22796b6d426ea7d67148dd344416ce3e6 | |
parent | 49dd8782fdaed88aa71cdc3ac38fcbc79900e6fc [diff] | |
parent | acc3d42cf0d208f0295c09ee36a18b82f705c076 [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; }