From 2e5a3703950875e7ff240a06a70c691225e9e5f2 Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sat, 18 Oct 2025 16:20:32 +0200 Subject: [PATCH] Improved padding value in batch print preview --- src/Views/Home/Assets.cshtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Views/Home/Assets.cshtml b/src/Views/Home/Assets.cshtml index f0753e2..a7b52e2 100644 --- a/src/Views/Home/Assets.cshtml +++ b/src/Views/Home/Assets.cshtml @@ -1182,7 +1182,7 @@ document.addEventListener('DOMContentLoaded', () => { } .barcode-cell { border: 1px solid #ccc; - padding: 4mm; + padding: 6mm; width: 100%; height: 3.6cm; box-sizing: border-box; @@ -1199,7 +1199,6 @@ document.addEventListener('DOMContentLoaded', () => { height: 60px; } @@media print { - .barcode-cell { border: none; }