diff --git a/static/src/app/closing_receipt.css b/static/src/app/closing_receipt.css index ce1be7e..176e052 100644 --- a/static/src/app/closing_receipt.css +++ b/static/src/app/closing_receipt.css @@ -21,9 +21,23 @@ border: 0 !important; } + .pos-closing-receipt-print { + width: 100% !important; + } + .pos-closing-receipt-print .pos-receipt { padding-left: 20px !important; padding-right: 20px !important; box-sizing: border-box !important; } + + .render-container .pos-closing-receipt-print .pos-receipt { + font-size: 28px !important; + width: 320px !important; + max-width: 320px !important; + padding: 12px !important; + margin: 0 auto !important; + } } + +