Skip to content

fix: prevent mobile setup grid overflow - #443

Merged
aryamthecodebreaker merged 1 commit into
mainfrom
codex/mobile-install-overflow
Aug 2, 2026
Merged

fix: prevent mobile setup grid overflow#443
aryamthecodebreaker merged 1 commit into
mainfrom
codex/mobile-install-overflow

Conversation

@aryamthecodebreaker

Copy link
Copy Markdown
Owner

Summary

  • allow both setup grid columns and their contents to shrink below min-content width
  • preserve the responsive one-column layout with minmax(0, 1fr)`n- prevent the Get Started Action section from widening a 390px viewport to 427px

Verification

  • web lint passed
  • production web build passed
  • real Playwright at 390x844: clientWidth 390, scrollWidth 390
  • browser console: 0 errors, 0 warnings

Closes #442

@aryamthecodebreaker
aryamthecodebreaker merged commit fe2d4f8 into main Aug 2, 2026
2 checks passed
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.

Get Started page overflows horizontally on mobile

1 participant