💄 frontend: pending uploads dialog text layout for long filenames (#599)
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ export default ({ pendingFileState, pendingFile }: PropsType) => {
|
||||
{capitalize(pendingFile?.originalFile.name)}
|
||||
</Text>
|
||||
{isPendingFileStatusPause(pendingFile.status) && (
|
||||
<Text type="secondary" style={{ verticalAlign: 'middle', marginLeft: 4 }}>
|
||||
<Text type="secondary" className='ant-typography-single-line' style={{ verticalAlign: 'middle', marginLeft: 4 }}>
|
||||
{/* TODO Add translation here */}
|
||||
(paused)
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user