All checks were successful
Build and Deploy / Build & Push (push) Successful in 49s
Root cause was a hardcoded 240px column width + whiteSpace:nowrap that prevented content from ever fitting on smaller displays. Now uses 25% width so the column scales with the viewport, removed nowrap so text wraps naturally when squeezed, and reverted clamp() back to fixed sizes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>