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
Currently, the address field might allow resizing both horizontally and vertically. We need to ensure that the field is resizable only vertically to improve the user experience.
Acceptance Criteria:
Use the resize: vertical; CSS property for the address field.
Set a minimum and maximum height for the address field to ensure it doesn’t shrink or grow excessively.
Increase the default height slightly as there is enough space in the view.
Ensure the solution is mobile-friendly, with the vertical resize functionality working well on mobile devices.
The text was updated successfully, but these errors were encountered:
Description:
Currently, the address field might allow resizing both horizontally and vertically. We need to ensure that the field is resizable only vertically to improve the user experience.
Acceptance Criteria:
resize: vertical;
CSS property for the address field.The text was updated successfully, but these errors were encountered: