From 2728b5c302175c518c44801fbc80c2fa79c9fbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Thu, 18 Jan 2024 16:11:13 +0100 Subject: [PATCH] reduced form BillEditForm with so it fits Samsung Galaxy S22 --- app/ui/BillEditForm.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index a7739ac..21ce677 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -45,7 +45,7 @@ export const BillEditForm:FC = ({ location, bill }) => { } return( -
+

{`${formatYearMonth(location.yearMonth)} ${location.name}`}

@@ -70,7 +70,7 @@ export const BillEditForm:FC = ({ location, bill }) => { // attachment ? - + {decodeURIComponent(attachment.fileName)} @@ -98,9 +98,9 @@ export const BillEditForm:FC = ({ location, bill }) => { { isPaid && <>
-