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

flexbox mat-password-strength-info div.info-row wrong alignment #158

Closed
andreElrico opened this issue Apr 11, 2019 · 3 comments
Closed

flexbox mat-password-strength-info div.info-row wrong alignment #158

andreElrico opened this issue Apr 11, 2019 · 3 comments
Labels

Comments

@andreElrico
Copy link

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.

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 :-)

@AnthonyNahas
Copy link
Member

I've just tested it with opera and it's working fine
Bildschirmfoto 2019-04-11 um 20 56 27

@AnthonyNahas
Copy link
Member

this has been fixed in v3.8.0 that will be published in few minutes ;)

@AnthonyNahas
Copy link
Member

v3.8.0 is now live 👍

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

No branches or pull requests

2 participants