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

web-wallet: Make the Address Field Resizable Only Vertically (Transfer Flow) #2435

Closed
nortonandreev opened this issue Sep 19, 2024 · 0 comments · Fixed by #2440
Closed

web-wallet: Make the Address Field Resizable Only Vertically (Transfer Flow) #2435

nortonandreev opened this issue Sep 19, 2024 · 0 comments · Fixed by #2440
Assignees
Labels
fix:bug Something isn't working module:web-wallet Issues related to web-wallet module

Comments

@nortonandreev
Copy link
Contributor

nortonandreev commented Sep 19, 2024

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.

Screenshot 2024-09-19 at 18 40 23 Screenshot 2024-09-19 at 18 40 13

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix:bug Something isn't working module:web-wallet Issues related to web-wallet module
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant