mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 15:01:56 +00:00
Fixed potential display bug in print
This commit is contained in:
@@ -1184,7 +1184,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
border: 1px solid #ccc;
|
||||
padding: 4mm;
|
||||
width: 100%;
|
||||
height: 3.2cm;
|
||||
height: 3.6cm;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.barcode-label {
|
||||
@@ -1199,9 +1199,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
height: 60px;
|
||||
}
|
||||
@@media print {
|
||||
.barcode-grid {
|
||||
gap: 5mm;
|
||||
}
|
||||
|
||||
.barcode-cell {
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user