Skip to content

Commit

Permalink
Fix printing issue by specifying page size
Browse files Browse the repository at this point in the history
  • Loading branch information
asl97 authored Dec 26, 2023
1 parent 9d18138 commit 30e204b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,10 @@ <h1>Batch Card Printer</h1>
display: block;
line-height: 0;
}
@page {
size: A4 landscape;
}
</style>`)
printer_card.appendChild(frag);
}
Expand Down

0 comments on commit 30e204b

Please sign in to comment.