Skip to content

Commit b50ac06

Browse files
committed
Revert "feat: update SubmitButton layout to use flexbox for better alignment and RTL support"
This reverts commit b0a3f28.
1 parent b0a3f28 commit b50ac06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shadcn/src/SubmitButton/SubmitButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function SubmitButton<T = any, S extends StrictRJSFSchema = RJSFS
1212
return null;
1313
}
1414
return (
15-
<div className='flex items-center justify-start w-full'>
15+
<div>
1616
<Button type='submit' {...submitButtonProps} className='my-2'>
1717
{submitText}
1818
</Button>

0 commit comments

Comments
 (0)