From bb84d50de1d09f9d5c91b43bea4913a71d962cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Tue, 16 Jan 2024 09:03:32 +0100 Subject: [PATCH] added right padding to card title --- app/ui/LocationCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ui/LocationCard.tsx b/app/ui/LocationCard.tsx index addc8ca..71cd77d 100644 --- a/app/ui/LocationCard.tsx +++ b/app/ui/LocationCard.tsx @@ -22,7 +22,7 @@ export const LocationCard:FC = ({location: { _id, name, yearM -

{formatYearMonth(yearMonth)} {name}

+

{formatYearMonth(yearMonth)} {name}

{ bills.map(bill => )