Widen template form dialog from max-w-xl to max-w-2xl
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b1075d6ad4
commit
4a8c44ab80
@ -88,7 +88,7 @@ export default function TemplateForm({ template, onClose }: TemplateFormProps) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog open={true} onOpenChange={onClose}>
|
<Dialog open={true} onOpenChange={onClose}>
|
||||||
<DialogContent>
|
<DialogContent className="max-w-2xl">
|
||||||
<DialogClose onClick={onClose} />
|
<DialogClose onClick={onClose} />
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<DialogTitle>{template ? 'Edit Template' : 'New Template'}</DialogTitle>
|
<DialogTitle>{template ? 'Edit Template' : 'New Template'}</DialogTitle>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user