Fixed potential display bug in print

This commit is contained in:
2025-10-18 16:15:34 +02:00
parent 9db9e2673c
commit ee60a348d7

View File

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