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,