mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Improved padding value in batch print preview
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user