From 395306812c236daa5ee429d6a39e49ae82feef9b Mon Sep 17 00:00:00 2001 From: AbleKSaju <126228406+AbleKSaju@users.noreply.github.com> Date: Wed, 16 Jul 2025 11:05:01 +0530 Subject: [PATCH] fix(print): remove POS width from non-POS prints --- src/utils/printTemplates.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils/printTemplates.ts b/src/utils/printTemplates.ts index 3a92628b..f6916540 100644 --- a/src/utils/printTemplates.ts +++ b/src/utils/printTemplates.ts @@ -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; }