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; }