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:
@@ -931,6 +931,7 @@ export function ActiveSession({
|
||||
borderRadius: '8px',
|
||||
border: '1px solid',
|
||||
borderColor: isDark ? 'blue.800' : 'blue.100',
|
||||
whiteSpace: 'nowrap',
|
||||
})}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user