You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The registration form is too large and not fitting well within the viewport, causing layout issues.
Steps To Reproduce
Steps to reproduce the behavior:
Go to the registration page.
Click on the 'Register' button to open the registration form.
Scroll down to view the entire form.
See error: The form extends beyond the viewport and requires scrolling.
Expected behavior
The registration form should fit within the viewport without the need for scrolling, providing a seamless user experience.
Screenshots
Initial problematic layout:
Proposed improved layout:
Desktop (please complete the following information):
OS: Windows 10
Browser: Chrome
Version: 114.0.5735.199
Additional context
This issue can be fixed by adjusting the CSS styles to ensure the form's size is responsive and fits within the viewport on various screen sizes.
The text was updated successfully, but these errors were encountered:
Describe the bug
The registration form is too large and not fitting well within the viewport, causing layout issues.
Steps To Reproduce
Steps to reproduce the behavior:
Go to the registration page.
Click on the 'Register' button to open the registration form.
Scroll down to view the entire form.
See error: The form extends beyond the viewport and requires scrolling.
Expected behavior
The registration form should fit within the viewport without the need for scrolling, providing a seamless user experience.
Screenshots
Initial problematic layout:
Proposed improved layout:
Desktop (please complete the following information):
OS: Windows 10
Browser: Chrome
Version: 114.0.5735.199
Additional context
This issue can be fixed by adjusting the CSS styles to ensure the form's size is responsive and fits within the viewport on various screen sizes.
The text was updated successfully, but these errors were encountered: