style: allow receipt content to break across pages during printing
This commit is contained in:
parent
0ca6ad6830
commit
dd1ab0599a
@ -48,6 +48,15 @@
|
||||
width: 100% !important;
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
.pos-receipt, .pos-receipt * {
|
||||
page-break-inside: auto !important;
|
||||
page-break-before: auto !important;
|
||||
page-break-after: auto !important;
|
||||
break-inside: auto !important;
|
||||
break-before: auto !important;
|
||||
break-after: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
.pos-receipt {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user