Skip to content

Commit e6db5e1

Browse files
committed
fix: scrollbar showing up for no reason
1 parent 61d48a8 commit e6db5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/file/DashboardFile/FileModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export default function FileModal({
351351
</SimpleGrid>
352352
)}
353353

354-
<Group justify='space-between' mt='lg'>
354+
<Group justify='space-between' mt='sm'>
355355
<Group>
356356
{!reduce && (
357357
<Text size='sm' c='dimmed'>

0 commit comments

Comments
 (0)