From 18674840326261ee2edf438aaa47639b75fe60d8 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Sat, 12 Apr 2025 12:46:01 -0400 Subject: [PATCH] fix: improve-responsiveness --- src/components/Form/FormWrapper.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/components/Form/FormWrapper.tsx b/src/components/Form/FormWrapper.tsx index 8456e2bd..32c84a0d 100644 --- a/src/components/Form/FormWrapper.tsx +++ b/src/components/Form/FormWrapper.tsx @@ -20,17 +20,16 @@ export const FieldWrapper = ({ }: FieldWrapperProps) => (
-
+ {/* first column = labels/heading, second column = fields, third column = gutter */} +
-
-
-

{description}

- -
-
{children}
-
+
+

{description}

+ +
+
{children}