Improved padding value in batch print preview

This commit is contained in:
2025-10-18 16:20:32 +02:00
parent ee60a348d7
commit 2e5a370395

View File

@@ -1182,7 +1182,7 @@ document.addEventListener('DOMContentLoaded', () => {
} }
.barcode-cell { .barcode-cell {
border: 1px solid #ccc; border: 1px solid #ccc;
padding: 4mm; padding: 6mm;
width: 100%; width: 100%;
height: 3.6cm; height: 3.6cm;
box-sizing: border-box; box-sizing: border-box;
@@ -1199,7 +1199,6 @@ document.addEventListener('DOMContentLoaded', () => {
height: 60px; height: 60px;
} }
@@media print { @@media print {
.barcode-cell { .barcode-cell {
border: none; border: none;
} }