From 3801638d0f252c78fe28a08d7ab3dfdfc385f914 Mon Sep 17 00:00:00 2001 From: Knee Cola Date: Mon, 17 Nov 2025 19:44:42 +0100 Subject: [PATCH] Adjust margin for add bill button tooltip for better alignment --- 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 1d4558b..d6099e1 100644 --- a/app/ui/LocationCard.tsx +++ b/app/ui/LocationCard.tsx @@ -43,7 +43,7 @@ export const LocationCard:FC = ({location: { _id, name, yearM bills.map(bill => ) } - {t("add-bill-button-tooltip")} + {t("add-bill-button-tooltip")} {