Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #620 issue contact number input field is overflowing from box i… #621

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

love-sonkar
Copy link

Related Issue

In singup page the contact number input field is overflowing in small devices

Closes: #620

Description of Changes

you are using a npm package called react-phone-input-2
so this package's default styling is width:300px; that's why your tailwindcss style w-full not applies so i made a small changes in your PhoneInput component there is props called inputStyle props so in this props we can pass width:"100%" to solve the bug.

For example:
changes in singup.jsx file in PhoneInput component in inputstyle props pass a width : "100%" to fix this issue

Checklist:

Screenshots

Original Updated
ll

asdf

@vercel
Copy link

vercel bot commented Sep 9, 2023

Someone is attempting to deploy a commit to a Personal Account owned by @sourabhsikarwar on Vercel.

@sourabhsikarwar first needs to authorize it.

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.

[BUG]: In Singup Page contact number input field is overflowing from box in small devices.
1 participant