We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd582a7 commit 9d9ea00Copy full SHA for 9d9ea00
1 file changed
src/features/tasks/components/tasks-import-dialog.tsx
@@ -85,7 +85,7 @@ export function TasksImportDialog({ open, onOpenChange }: Props) {
85
<FormItem className='mb-2 space-y-1'>
86
<FormLabel>File</FormLabel>
87
<FormControl>
88
- <Input type='file' {...fileRef} className='h-8' />
+ <Input type='file' {...fileRef} className='h-8 py-0' />
89
</FormControl>
90
<FormMessage />
91
</FormItem>
0 commit comments