Scene-Movie-Platform icon indicating copy to clipboard operation
Scene-Movie-Platform copied to clipboard

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

Open love-sonkar opened this issue 1 year ago • 3 comments

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

ex

Screenshots (if any)

overflowing but images

singupform

Checklist

  • [X] I am willing to work on this issue (optional)
  • [ ] I am a GSSoC'23 contributor (optional)

love-sonkar avatar Sep 05 '23 17:09 love-sonkar