diff --git a/dashboard/app/globals.css b/dashboard/app/globals.css index ca42a0c..00db303 100644 --- a/dashboard/app/globals.css +++ b/dashboard/app/globals.css @@ -99,6 +99,9 @@ a { .card-body { padding: 20px; + display: flex; + flex-direction: column; + gap: 16px; } .btn-outline { @@ -979,6 +982,13 @@ a { padding-top: 8px; } +.modal-body-form { + padding: 20px 24px 24px; + display: flex; + flex-direction: column; + gap: 16px; +} + /* ===== Form Grid ===== */ .form-grid { display: grid; diff --git a/dashboard/components/TemplateEditor.tsx b/dashboard/components/TemplateEditor.tsx index a2293a9..c013313 100644 --- a/dashboard/components/TemplateEditor.tsx +++ b/dashboard/components/TemplateEditor.tsx @@ -338,13 +338,14 @@ export function TemplateEditor({ tenantId, initialData, onSave, isEdit }: Props) {showAddItem && (