[minor][wiz] fix company image alignment (#10114)
diff --git a/erpnext/public/js/setup_wizard.js b/erpnext/public/js/setup_wizard.js
index c9e7235..d551885 100644
--- a/erpnext/public/js/setup_wizard.js
+++ b/erpnext/public/js/setup_wizard.js
@@ -46,13 +46,15 @@
fieldtype: "Attach Image", fieldname: "attach_logo",
label: __("Attach Logo"),
description: __("100px by 100px"),
- is_private: 0
+ is_private: 0,
+ align: 'center'
},
{
fieldname: 'company_name',
label: frappe.setup.domain === 'Education' ?
__('Institute Name') : __('Company Name'),
- fieldtype: 'Data', reqd: 1
+ fieldtype: 'Data',
+ reqd: 1
},
{
fieldname: 'company_abbr',