mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
ManualProportions do not wrap height text (#1529)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user