commit | ccdaf3da66014ad69e2018f49b6b3a013d41ab19 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Tue Aug 11 14:41:29 2020 +0000 |
committer | GitHub <noreply@github.com> | Tue Aug 11 14:41:29 2020 +0000 |
tree | 54fd32530203fa5510088add91a66cb60c9e1eb7 | |
parent | c798c6abbd66eed9ce84b4eaf9adbb4f32f21668 [diff] | |
parent | ca9038feb792f322bb8c81fc42b72f7b3b4e4836 [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; }