fix(practice): prevent decomposition math from wrapping

Add whiteSpace: 'nowrap' to keep the step-by-step math on one line.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock
2025-12-08 06:40:24 -06:00
parent 88a2b82f55
commit 52ea3f10fa

View File

@@ -931,6 +931,7 @@ export function ActiveSession({
borderRadius: '8px',
border: '1px solid',
borderColor: isDark ? 'blue.800' : 'blue.100',
whiteSpace: 'nowrap',
})}
>
<div