From 4a8c44ab801e00061f3f6d8c430fe6a2e21ba557 Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Mon, 23 Feb 2026 11:51:59 +0800 Subject: [PATCH] Widen template form dialog from max-w-xl to max-w-2xl Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/calendar/TemplateForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/calendar/TemplateForm.tsx b/frontend/src/components/calendar/TemplateForm.tsx index 4c99ec2..0d23896 100644 --- a/frontend/src/components/calendar/TemplateForm.tsx +++ b/frontend/src/components/calendar/TemplateForm.tsx @@ -88,7 +88,7 @@ export default function TemplateForm({ template, onClose }: TemplateFormProps) { return ( - + {template ? 'Edit Template' : 'New Template'}