We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
have you tried your awesome <3 password module on OPERA?
The items inside mat-password-strength-info where misaligned for me.
mat-password-strength-info
adding the following css in global styles.scss solved it.
mat-password-strength-info > mat-card > mat-card-content > div.info-row { align-items: center; }
I guess it has something to do with different default values of different browsers.
Lets see :-)
The text was updated successfully, but these errors were encountered:
I've just tested it with opera and it's working fine
Sorry, something went wrong.
fix(package): adjusted the alignment in the info component #158
9e86bc9
this has been fixed in v3.8.0 that will be published in few minutes ;)
v3.8.0
v3.8.0 is now live 👍
No branches or pull requests
have you tried your awesome <3 password module on OPERA?
The items inside
mat-password-strength-info
where misaligned for me.adding the following css in global styles.scss solved it.
I guess it has something to do with different default values of different browsers.
Lets see :-)
The text was updated successfully, but these errors were encountered: