fix(Report): Increased the column width in the Account Balance Report
diff --git a/erpnext/accounts/report/account_balance/account_balance.py b/erpnext/accounts/report/account_balance/account_balance.py
index 824a965..b3e80a7 100644
--- a/erpnext/accounts/report/account_balance/account_balance.py
+++ b/erpnext/accounts/report/account_balance/account_balance.py
@@ -22,7 +22,7 @@
 			"fieldtype": "Link",
 			"fieldname": "account",
 			"options": "Account",
-			"width": 100,
+			"width": 200,
 		},
 		{
 			"label": _("Currency"),
@@ -30,7 +30,7 @@
 			"fieldname": "currency",
 			"options": "Currency",
 			"hidden": 1,
-			"width": 50,
+			"width": 100,
 		},
 		{
 			"label": _("Balance"),