fix(print): remove POS width from non-POS prints

This commit is contained in:
AbleKSaju
2025-07-16 11:05:01 +05:30
parent cf6b028218
commit 395306812c
-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;
}