From 5c0363f38749db978495550d43aa37bbf9a97421 Mon Sep 17 00:00:00 2001 From: jasquat Date: Tue, 11 Feb 2025 11:45:26 -0500 Subject: [PATCH] fix grid usage for grid2 style w/ burnettk --- .../components/ProcessModelForm.tsx | 21 ++++++++++++------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/spiffworkflow-frontend/src/a-spiffui-v3/components/ProcessModelForm.tsx b/spiffworkflow-frontend/src/a-spiffui-v3/components/ProcessModelForm.tsx index 32c5d7669..4ef56c336 100644 --- a/spiffworkflow-frontend/src/a-spiffui-v3/components/ProcessModelForm.tsx +++ b/spiffworkflow-frontend/src/a-spiffui-v3/components/ProcessModelForm.tsx @@ -105,7 +105,7 @@ export default function ProcessModelForm({ ) => { return ( - + - + - + { @@ -178,7 +178,7 @@ export default function ProcessModelForm({ ) => { return ( - + - + { @@ -383,11 +383,16 @@ export default function ProcessModelForm({ const formButtons = () => { return ( - + + + + + ); }; + return (
{formElements()}