Procházet zdrojové kódy

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

Sat Naing před 11 měsíci
rodič
revize
9d9ea00a86

+ 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>