From cd8c4cf3701dbc8f512c417b33023b0098514ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Tue, 25 Nov 2025 14:24:34 +0100 Subject: [PATCH] (style) reduced print button width so it fits on screen --- app/ui/AddLocationButton.tsx | 2 +- app/ui/PrintButton.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ui/AddLocationButton.tsx b/app/ui/AddLocationButton.tsx index 7e6f2d3..52b408e 100644 --- a/app/ui/AddLocationButton.tsx +++ b/app/ui/AddLocationButton.tsx @@ -21,7 +21,7 @@ export const AddLocationButton:React.FC = ({yearMonth}) - {t("tooltip")} + {t("tooltip")} diff --git a/app/ui/PrintButton.tsx b/app/ui/PrintButton.tsx index fae97a7..93b99a8 100644 --- a/app/ui/PrintButton.tsx +++ b/app/ui/PrintButton.tsx @@ -24,7 +24,7 @@ export const PrintButton: React.FC = ({ yearMonth }) => { > - {t("print-codes-label")} + {t("print-codes-label")}