From 2f9cb3e6d19b92e44754bbe9c3d25d8d33c3cbc9 Mon Sep 17 00:00:00 2001 From: Maharshi Patel Date: Mon, 10 Feb 2025 21:05:57 +0530 Subject: [PATCH] fix(minor): remove margin bottom from document status --- frappe/templates/print_formats/pdf_header_footer_chrome.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frappe/templates/print_formats/pdf_header_footer_chrome.html b/frappe/templates/print_formats/pdf_header_footer_chrome.html index de7e6f8016..0cb2857340 100644 --- a/frappe/templates/print_formats/pdf_header_footer_chrome.html +++ b/frappe/templates/print_formats/pdf_header_footer_chrome.html @@ -24,6 +24,9 @@ padding: 17mm 0 1mm !important; page-break-after: always !important; } + [document-status] { + margin-bottom: 0 !important; + } a[href]:after { content: none; }