From 3697d650731c0fd8da5607dcd33ff8118d312232 Mon Sep 17 00:00:00 2001 From: James Staub Date: Mon, 16 Dec 2024 16:32:31 -0600 Subject: [PATCH] Fixes student barcode alignment with 5160 labels --- .../themes/responsive/Report/studentBarcodes.tpl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/code/web/interface/themes/responsive/Report/studentBarcodes.tpl b/code/web/interface/themes/responsive/Report/studentBarcodes.tpl index e90e669607..effc2ec74c 100644 --- a/code/web/interface/themes/responsive/Report/studentBarcodes.tpl +++ b/code/web/interface/themes/responsive/Report/studentBarcodes.tpl @@ -50,7 +50,7 @@ var patron = []; textAlign: "left", textMargin: 2, textPosition: "top", - height: 40, + height: 33, margin: 0, width: barcodeWidth }); @@ -66,6 +66,7 @@ document.addEventListener("DOMContentLoaded", function(event) {