We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3d89f commit 21a616eCopy full SHA for 21a616e
web/containers/Layout/BottomBar/DownloadingState/index.tsx
@@ -59,9 +59,9 @@ export default function DownloadingState() {
59
}) as number
60
}
61
/>
62
- <div className="flex items-center justify-between">
+ <div className="flex items-center justify-between gap-x-2">
63
<div className="flex gap-x-2">
64
- <p>{item?.fileName}</p>
+ <p className="line-clamp-1">{item?.fileName}</p>
65
<span>{formatDownloadPercentage(item?.percent)}</span>
66
</div>
67
<Button
0 commit comments