Contribution Date
Technology
Contribution Project
Contribution Details
I have added a patch with different approach. In patch #5, we are limiting the password strength with 25ch.
.password-strength {
margin-block: var(--progress-bar-spacing-size);
+ max-width: 25ch;
}
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
Issue Status
Needs Review
Contribution Issue Link
Contribution Link
Files count
2
Patches count
1