Skip to content

Commit

Permalink
Fix: merging after rebase (#595)
Browse files Browse the repository at this point in the history
DPO3DPKRT-754/notification during upload (#589)
DPO3DPKRT-813/UX fixes upload and ingestion (#591)
DPO3DPKRT-772/internal publishing to EDAN (#592)
  • Loading branch information
EMaslowskiQ authored Jun 4, 2024
1 parent 4b92a47 commit 04e70b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const useStyles = makeStyles(({ palette }) => ({
margin: '0.5rem',
padding: 0
},

fileChip: {
marginRight: 10
},
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/Ingestion/components/Uploads/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const useStyles = makeStyles(({ palette, typography, spacing }) => createStyles(
display: 'flex',
flex: 1,
flexDirection: 'column',
// overflow: 'auto',
// overflow: 'hidden',
maxHeight: 'calc(100vh - 60px)',
overflow: 'auto'
},
Expand Down

0 comments on commit 04e70b3

Please sign in to comment.