Skip to content

Commit 4550070

Browse files
authored
Merge pull request #44 from git-vish/development
fe: fix radio options alignment
2 parents 3a0e10b + b74318d commit 4550070

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/components/form/formwise.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ export default function FormWise({ form, preview = false }: FormWiseProps) {
143143
<RadioGroup
144144
onValueChange={formField.onChange}
145145
defaultValue={formField.value}
146-
className="flex flex-row space-x-4"
147146
>
148147
{(field as SelectField).options.map((option: string) => (
149148
<FormItem

0 commit comments

Comments
 (0)