We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d9760e commit 8d6f63fCopy full SHA for 8d6f63f
src/features/settings/profile/profile-form.tsx
@@ -152,7 +152,7 @@ export function ProfileForm() {
152
<FormDescription className={cn(index !== 0 && 'sr-only')}>
153
Add links to your website, blog, or social media profiles.
154
</FormDescription>
155
- <FormControl>
+ <FormControl className={cn(index !== 0 && 'mt-1.5')}>
156
<Input {...field} />
157
</FormControl>
158
<FormMessage />
0 commit comments