Scene-Movie-Platform
Scene-Movie-Platform copied to clipboard
[BUG]: In Singup Page contact number input field is overflowing from box in small devices.
Describe the bug
In singup page the contact number input is overflow from the box, when we change width to small devices
Steps to reproduce this bug
Open singup page and change the width to small devices or you can do inspect element and switch to mobile device.
Location of the bug
the bug was found in Singup page.
Expected behavior
the contact number field should be width 100% of thair parent element
don't use hardcode value in contact input field width is 300px you can change it to the 100% this will take 100% width of their parent element and solve the issue.
Screenshot
Screenshots (if any)
overflowing but images
Checklist
- [X] I am willing to work on this issue (optional)
- [ ] I am a GSSoC'23 contributor (optional)