From dd821981c9f22f540f68920eb14d04810a308432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20X=2E=20F=C3=BCrst?= Date: Thu, 3 Sep 2026 07:54:43 +0200 Subject: [PATCH] =?UTF-8?q?Textgr=C3=B6=C3=9Fe=20von=20Datum/Zeit=20angepa?= =?UTF-8?q?sst=20an=20die=20anderen=20Eingabefelder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/WerteForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WerteForm.tsx b/components/WerteForm.tsx index 995cc4e..a9394d2 100644 --- a/components/WerteForm.tsx +++ b/components/WerteForm.tsx @@ -149,7 +149,7 @@ export default function WerteForm({ onSuccess, selectedEntry }: WerteFormProps) const compactInputClass = "w-full min-w-0 px-1 py-1.5 text-xs rounded border-2 border-gray-400 bg-white focus:border-blue-500 focus:outline-none"; const compactNumberInputClass = `${compactInputClass} [appearance:textfield] [&::-webkit-outer-spin-button]:appearance-none [&::-webkit-inner-spin-button]:appearance-none`; // Datum/Zeit: nochmal 10px schmaler als die übrigen kompakten Felder. - const dateTimeInputClass = "w-[calc(100%-10px)] min-w-0 px-1 py-1.5 text-xs rounded border-2 border-gray-400 bg-white focus:border-blue-500 focus:outline-none"; + const dateTimeInputClass = "w-[calc(100%-10px)] min-w-0 px-1 py-1 text-sm rounded border-2 border-gray-400 bg-white focus:border-blue-500 focus:outline-none"; return (