Merge pull request #2591 from janhq/main
use `tabular-nums` for percentages in ModelCancelDownload (#2553)
This commit is contained in:
commit
3b755f7e8c
@ -65,7 +65,9 @@ const ModalCancelDownload: React.FC<Props> = ({ model, isFromList }) => {
|
|||||||
}) as number
|
}) as number
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<span>{formatDownloadPercentage(downloadState.percent)}</span>
|
<span className="tabular-nums">
|
||||||
|
{formatDownloadPercentage(downloadState.percent)}
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user