mirror of
https://github.com/frappe/books.git
synced 2026-08-24 10:04:45 -05:00
fix(print): remove POS width from non-POS prints
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user