Skip to content

Commit

Permalink
fix(dropzone): home screen styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ztlee042 committed Mar 7, 2024
1 parent b9dd31a commit 2c25512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pages/HomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const HomeLoadableContent = (): JSX.Element => {
return (
<UppyContextProvider enable={isSuccess}>
<FileUploader />
<Box m={2}>
<Box p={2} height="100%">
<ItemHeader showNavigation={false} />
<Items
id={ACCESSIBLE_ITEMS_TABLE_ID}
Expand Down

0 comments on commit 2c25512

Please sign in to comment.