Skip to content

Fix mobile screen overflow issues in CodeBlock and Markdown components#6

Open
lmcmz wants to merge 2 commits intomainfrom
mobile-overflow-fix
Open

Fix mobile screen overflow issues in CodeBlock and Markdown components#6
lmcmz wants to merge 2 commits intomainfrom
mobile-overflow-fix

Conversation

@lmcmz
Copy link
Member

@lmcmz lmcmz commented Jun 18, 2025

  • Remove debug console.log from CodeBlock component
  • Add responsive overflow handling with min-w-0 and max-w-full classes
  • Improve text wrapping on mobile with break-all sm:break-words
  • Add break-words class to all text elements in Markdown component
  • Ensure proper mobile responsiveness for code blocks and content

🤖 Generated with Claude Code

- Remove debug console.log from CodeBlock component
- Add responsive overflow handling with min-w-0 and max-w-full classes
- Improve text wrapping on mobile with break-all sm:break-words
- Add break-words class to all text elements in Markdown component
- Ensure proper mobile responsiveness for code blocks and content

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

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Jun 18, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flow-chat ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 18, 2025 4:38pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant