Merge pull request #1287 from frappe/fix-print-width

fix(print): remove POS width from non-POS prints
This commit is contained in:
Able k Saju
2025-07-16 11:17:02 +05:30
committed by GitHub
-2
View File
@@ -486,12 +486,10 @@ function constructPrintDocument(innerHTML: string) {
html, body {
margin: 0 !important;
padding: 0 !important;
width: 80mm;
background: white;
}
@page {
size: 80mm auto;
margin: 0;
}