Horde: Fix log view progress bar overflow

#rnx
#jira none
#preflight none
#rnx

[CL 24615235 by Josh Engebretson in ue5-main branch]
This commit is contained in:
Josh Engebretson
2023-03-13 12:57:26 -04:00
parent 6c30bc2705
commit b804336051
@@ -992,7 +992,7 @@ export const LogList: React.FC<{ logId: string }> = observer(({ logId }) => {
</Stack>
<Stack horizontal >
{logSource.active && <ProgressIndicator percentComplete={percentComplete} barHeight={2} styles={{ root: { paddingLeft: 8, width: 400 } }} />}
{logSource.active && <ProgressIndicator percentComplete={percentComplete} barHeight={2} styles={{ root: { paddingLeft: 12, width: 364 } }} />}
</Stack>
</Stack>