create-react-app icon indicating copy to clipboard operation
create-react-app copied to clipboard

Button component not rendering correctly on mobile

Open Zohaib-Alvi opened this issue 2 months ago • 2 comments

The submit button on the login form appears cut off on mobile devices with screen widths below 375px. The button text overflows outside the button boundaries.

Steps to reproduce:

  1. Open the login page on a mobile device
  2. Observe the submit button at bottom
  3. Notice text overflow issue

Expected behavior: Button should fully contain the text with proper padding.

Device: iPhone SE (375x667)

Zohaib-Alvi avatar Oct 15 '25 21:10 Zohaib-Alvi

can you please elaborate steps to reproduce because there's no login page in react?

lovepreet-singh123 avatar Oct 23 '25 09:10 lovepreet-singh123

I think the issue is related to react core instead of create-react-app.

In addition, any issue must have a reproducible example.

I vote to close the question

jrichardsz avatar Nov 01 '25 01:11 jrichardsz