Преглед на файлове

fix: add missing space in profile form (#235)

Sat Naing преди 9 месеца
родител
ревизия
8d6f63f913
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/features/settings/profile/profile-form.tsx

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

@@ -152,7 +152,7 @@ export function ProfileForm() {
                   <FormDescription className={cn(index !== 0 && 'sr-only')}>
                     Add links to your website, blog, or social media profiles.
                   </FormDescription>
-                  <FormControl>
+                  <FormControl className={cn(index !== 0 && 'mt-1.5')}>
                     <Input {...field} />
                   </FormControl>
                   <FormMessage />