From 25ae19980aa24c8b6aaceda89ec80705916d379e Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Sun, 23 Nov 2025 10:43:33 +0100 Subject: [PATCH] UI: Center-align PDF417 barcode within label containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added justify-center class to label elements containing Pdf417Barcode component for better visual alignment. Changes: - BillEditForm: Center barcode in form display - ViewBillCard: Center barcode in read-only view 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/ui/BillEditForm.tsx | 2 +- app/ui/ViewBillCard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index 7f8278e..b51a138 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -211,7 +211,7 @@ export const BillEditForm: FC = ({ location, bill }) => { { hub3aText ?
-