Skip to content

Commit 404688f

Browse files
HumanRupertapertureless
authored andcommitted
fix(style): Fix password badge style (#35)
When resized, password badge did not display password score properly. Bug fixed using flex-box.
1 parent edf38bc commit 404688f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/PasswordStrengthMeter.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,9 @@
446446
font-size: 14px;
447447
line-height: 1.1;
448448
margin-right: 13px;
449+
display: flex;
450+
justify-content: center;
451+
align-items: center;
449452
}
450453
451454
.Password__badge--error {

0 commit comments

Comments
 (0)