Skip to content

Commit

Permalink
fix(style): Fix password badge style (#35)
Browse files Browse the repository at this point in the history
When resized, password badge did not display password score properly. Bug fixed using flex-box.
  • Loading branch information
HumanRupert authored and apertureless committed Jun 27, 2019
1 parent edf38bc commit 404688f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/PasswordStrengthMeter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,9 @@
font-size: 14px;
line-height: 1.1;
margin-right: 13px;
display: flex;
justify-content: center;
align-items: center;
}
.Password__badge--error {
Expand Down

0 comments on commit 404688f

Please sign in to comment.