Wrap long image filename

This commit is contained in:
dongfang
2025-02-06 07:19:02 +00:00
parent 547f97ffed
commit 37e0aabbe8
@@ -93,6 +93,7 @@ const ProgressUpload = ({ icon, label, size, progress = 0, onClick, error }) =>
<Typography
component="h2"
mb={theme.spacing(1.5)}
sx={{ wordBreak: 'break-all' }}
>
{error ? error : label}
</Typography>