Password input width is incoherent and overflows

Created on 26 May 2023, about 1 year ago
Updated 12 July 2023, 12 months ago

Problem/Motivation

While testing this module that can add a password input in vertical tabs on Claro, I noticed that only the password confirmation would overflow because of the CSS: .password-confirm { max-width: 25rem; }
I don't understand why we would want that instead of 100%.
Notice that this also makes the help text (div #edit-pass--description) width limited, contrary to the other fields in the same user edit form.

Proposed resolution

On the parent we already have max-width of 25rem; If we give input fields, width: 100% then it is aligning with the password policy as well. I have attached a patch and after patch screenshot for reference. Please review

After Patch

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

🐛 Bug report
Status

Fixed

Version

10.1

Component
Claro 

Last updated about 15 hours ago

Created by

🇮🇹Italy kopeboy Mainland

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024