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

fix: Overlap for long passwords and show/hide button in Password Auth Screen Issue #: 5614 #5620

Closed
wants to merge 1 commit into from

Conversation

KshitizSareen
Copy link

In the Password Auth Screen, when you type a long password, it overlaps with the show/hide button.

I fixed this issue by creating a new stylesheet for the password text input field. I added a padding-right property of 15% to its style. This fix will ensure that the text input in the password field will never exceed a width of 85% of the text input field.

I tested this commit by viewing the password auth screen in horizontal and vertical views. The password input field is working fine in both instances.

Please let me know if you have any questions.

Thank you.

Fixes: #5614.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The password text entry and Hide/Show button overlap for long passwords
1 participant