commit | 34353df48c3bf58f61157ebb58accca886fc0b1a | [log] [tgz] |
---|---|---|
author | Anupam Kumar <anupamvns0099@gmail.com> | Tue Jul 27 09:47:44 2021 +0530 |
committer | GitHub <noreply@github.com> | Tue Jul 27 09:47:44 2021 +0530 |
tree | 12662714b873941046036103da3e341477151650 | |
parent | ae9d1d9617015b6e2714a9fcd027a2957053d99a [diff] |
fix: sales pipeline graph issue (#26626)
diff --git a/erpnext/selling/page/sales_funnel/sales_funnel.css b/erpnext/selling/page/sales_funnel/sales_funnel.css index 89e904f..455d37c 100644 --- a/erpnext/selling/page/sales_funnel/sales_funnel.css +++ b/erpnext/selling/page/sales_funnel/sales_funnel.css
@@ -1,3 +1,4 @@ .funnel-wrapper { margin: 15px; + width: 100%; } \ No newline at end of file