Skip to content

Commit

Permalink
fix: scrollbar showing up for no reason
Browse files Browse the repository at this point in the history
  • Loading branch information
diced committed Nov 14, 2024
1 parent 61d48a8 commit e6db5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/file/DashboardFile/FileModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ export default function FileModal({
</SimpleGrid>
)}

<Group justify='space-between' mt='lg'>
<Group justify='space-between' mt='sm'>
<Group>
{!reduce && (
<Text size='sm' c='dimmed'>
Expand Down

0 comments on commit e6db5e1

Please sign in to comment.