diff --git a/src/components/Form/FormWrapper.tsx b/src/components/Form/FormWrapper.tsx index 449aeaf7..00088b5f 100644 --- a/src/components/Form/FormWrapper.tsx +++ b/src/components/Form/FormWrapper.tsx @@ -20,15 +20,16 @@ export const FieldWrapper = ({ }: FieldWrapperProps) => (
-
+ {/* first column = labels/heading, second column = fields, third column = gutter */} +
-
+

{description}

-
+
{children}