diff --git a/striker-ui/components/Files/FileUploadForm.tsx b/striker-ui/components/Files/FileUploadForm.tsx index db17ddd1..33ab2a46 100644 --- a/striker-ui/components/Files/FileUploadForm.tsx +++ b/striker-ui/components/Files/FileUploadForm.tsx @@ -158,12 +158,24 @@ const FileUploadForm = ( {inUploadFiles.map(({ fileName, progressValue }) => ( :first-child': { + minWidth: 100, + overflow: 'hidden', + overflowWrap: 'normal', + textOverflow: 'ellipsis', + whiteSpace: 'nowrap', + width: { xs: '100%', md: 200 }, + wordBreak: 'keep-all', + }, + '& > :last-child': { flexGrow: 1 }, + }} > - - - + ))} {selectedFiles.map(