Skip to content

Commit 8d6f63f

Browse files
authored
fix: add missing space in profile form (#235)
1 parent 2d9760e commit 8d6f63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/settings/profile/profile-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export function ProfileForm() {
152152
<FormDescription className={cn(index !== 0 && 'sr-only')}>
153153
Add links to your website, blog, or social media profiles.
154154
</FormDescription>
155-
<FormControl>
155+
<FormControl className={cn(index !== 0 && 'mt-1.5')}>
156156
<Input {...field} />
157157
</FormControl>
158158
<FormMessage />

0 commit comments

Comments
 (0)