ソースを参照

fix: adjust file input text vertical alignment (#188)

Sat Naing 11 ヶ月 前
コミット
9d9ea00a86
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/features/tasks/components/tasks-import-dialog.tsx

+ 1 - 1
src/features/tasks/components/tasks-import-dialog.tsx

@@ -85,7 +85,7 @@ export function TasksImportDialog({ open, onOpenChange }: Props) {
                 <FormItem className='mb-2 space-y-1'>
                   <FormLabel>File</FormLabel>
                   <FormControl>
-                    <Input type='file' {...fileRef} className='h-8' />
+                    <Input type='file' {...fileRef} className='h-8 py-0' />
                   </FormControl>
                   <FormMessage />
                 </FormItem>