diff --git a/packages/lib/src/file-input/FileItem.tsx b/packages/lib/src/file-input/FileItem.tsx index 3943335b0..d221f23e5 100644 --- a/packages/lib/src/file-input/FileItem.tsx +++ b/packages/lib/src/file-input/FileItem.tsx @@ -125,7 +125,7 @@ const FileName = styled.span` font-size: ${(props) => props.theme.fileItemFontSize}; font-weight: ${(props) => props.theme.fileItemFontWeight}; line-height: ${(props) => props.theme.fileItemLineHeight}; - white-space: nowrap; + white-space: pre; overflow: hidden; text-overflow: ellipsis; `;