Skip to content

Commit 44ca031

Browse files
committed
Fix broken FormFieldSetup UI - revert changes
1 parent 53f109e commit 44ca031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/@/components/blocks/FormFieldSetup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function FormFieldSetup(props: {
1212
helperText?: React.ReactNode;
1313
}) {
1414
return (
15-
<div className="flex items-center gap-4">
15+
<div>
1616
<div className="mb-2 inline-flex items-center gap-1">
1717
<Label htmlFor={props.htmlFor}>{props.label}</Label>
1818

0 commit comments

Comments
 (0)