Download modal should truncate model name
This commit is contained in:
parent
ef3d89f33e
commit
21a616e838
@ -59,9 +59,9 @@ export default function DownloadingState() {
|
|||||||
}) as number
|
}) as number
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between gap-x-2">
|
||||||
<div className="flex gap-x-2">
|
<div className="flex gap-x-2">
|
||||||
<p>{item?.fileName}</p>
|
<p className="line-clamp-1">{item?.fileName}</p>
|
||||||
<span>{formatDownloadPercentage(item?.percent)}</span>
|
<span>{formatDownloadPercentage(item?.percent)}</span>
|
||||||
</div>
|
</div>
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user