From 156dda8157dabf4b68dedd1fa29f0576863fd345 Mon Sep 17 00:00:00 2001 From: khushi8112 Date: Tue, 9 Sep 2025 13:25:14 +0530 Subject: [PATCH] style: change padding --- .../sales_invoice_print_format/sales_invoice_print_format.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/print_format/sales_invoice_print_format/sales_invoice_print_format.html b/erpnext/accounts/print_format/sales_invoice_print_format/sales_invoice_print_format.html index c9fbea3698b..65bfd93c2be 100644 --- a/erpnext/accounts/print_format/sales_invoice_print_format/sales_invoice_print_format.html +++ b/erpnext/accounts/print_format/sales_invoice_print_format/sales_invoice_print_format.html @@ -16,7 +16,7 @@ print_heading_template=None) -%} {% if letter_head and not no_letterhead %} .invoice-wrapper { font-family: "Inter", sans-serif; color: var(--black-overlay-700); - padding: 24px; + padding: 12px; } table.info-table,