Skip to content

Commit 9d9ea00

Browse files
committed
fix: adjust file input text vertical alignment (#188)
1 parent dd582a7 commit 9d9ea00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export function TasksImportDialog({ open, onOpenChange }: Props) {
8585
<FormItem className='mb-2 space-y-1'>
8686
<FormLabel>File</FormLabel>
8787
<FormControl>
88-
<Input type='file' {...fileRef} className='h-8' />
88+
<Input type='file' {...fileRef} className='h-8 py-0' />
8989
</FormControl>
9090
<FormMessage />
9191
</FormItem>

0 commit comments

Comments
 (0)