Fix linebreak and url

This commit is contained in:
Jannes Vandepitte
2022-08-31 19:13:34 +02:00
parent 4b2cd519f7
commit 5dfc1e6f4c
5 changed files with 14 additions and 5 deletions

View File

@@ -137,7 +137,9 @@ export const UsenetQueueList: FunctionComponent<UsenetQueueListProps> = ({ servi
)}
</td>
<td style={{ display: 'flex', alignItems: 'center' }}>
<Text mr="sm">{nzb.progress.toFixed(1)}%</Text>
<Text mr="sm" style={{ whiteSpace: 'nowrap' }}>
{nzb.progress.toFixed(1)}%
</Text>
<Progress
radius="lg"
color={nzb.eta > 0 ? theme.primaryColor : 'lightgrey'}