From c87f9964c4eb0c51f424ef01571825225497ab03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Tue, 13 Feb 2024 11:52:25 +0100 Subject: [PATCH] BillEditForm: responsive width, white barcoder outline --- app/ui/BillEditForm.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index 9565fd3..cf3253b 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -93,7 +93,9 @@ export const BillEditForm:FC = ({ location, bill }) => { : null } - +
+ +
{state.errors?.billAttachment && state.errors.billAttachment.map((error: string) => ( @@ -109,10 +111,10 @@ export const BillEditForm:FC = ({ location, bill }) => {
-
-
@@ -128,11 +130,9 @@ export const BillEditForm:FC = ({ location, bill }) => { { barcodeImage ? -
-