commit | 5ce287d611fe30bfa2982a0e7b5d8b492dbdc81f | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Wed May 14 13:31:11 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Wed May 14 13:31:11 2014 +0530 |
tree | 724f2df8176dc023f63551265af3db865ef03846 | |
parent | 51ba6f816bf8f555469e2b8c926214cdc04c8cf1 [diff] |
Setup Wizard width fix for chrome
diff --git a/erpnext/setup/page/setup_wizard/setup_wizard.css b/erpnext/setup/page/setup_wizard/setup_wizard.css index 4086089..46f9936 100644 --- a/erpnext/setup/page/setup_wizard/setup_wizard.css +++ b/erpnext/setup/page/setup_wizard/setup_wizard.css
@@ -11,7 +11,7 @@ @media (min-width: 768px) { .setup-wizard-wrapper { - width: 720px; + width: 725px; } }