Incorrect formatting on narrow layout.

This commit is contained in:
Robin Davies
2024-10-13 21:43:18 -04:00
parent ab3b89b44e
commit a0df6b774e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ export default class UpdateDialog extends ResizeResponsiveComponent<UpdateDialog
<Typography noWrap variant="body2" color="textSecondary" >
Update version:
</Typography>
<Typography noWrap variant="body2" color="textSecondary" >
<Typography noWrap variant="body2" color="textSecondary" style={{ marginLeft: 16 }} >
{updateRelease.upgradeVersionDisplayName}
</Typography>
</div>