ManualProportions do not wrap height text (#1529)

This commit is contained in:
sctanf
2025-10-31 11:35:14 -05:00
committed by GitHub
parent d6f771e6b2
commit 7dc815cd86

View File

@@ -490,7 +490,7 @@ export function ManualProportionsPage() {
}
>
<div className="h-14 bg-background-50 p-4 flex items-center rounded-lg min-w-36 justify-center">
<Typography variant="main-title">
<Typography variant="main-title" whitespace="whitespace-nowrap">
{cmFormat.format((userHeight * 100) / 0.936)}
</Typography>
</div>