create-react-app
create-react-app copied to clipboard
Button component not rendering correctly on mobile
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:
- Open the login page on a mobile device
- Observe the submit button at bottom
- Notice text overflow issue
Expected behavior: Button should fully contain the text with proper padding.
Device: iPhone SE (375x667)
can you please elaborate steps to reproduce because there's no login page in react?
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