Skip to content

Commit 40c31c7

Browse files
committed
fix password toggle mask icon position
1 parent dea656a commit 40c31c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stubs/resources/css/components/p-password.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@
2323
.p-password-panel .p-password-meter .p-password-strength.strong {
2424
background: theme(colors.skin.success.DEFAULT);
2525
}
26+
27+
.p-input-icon-right > svg:last-of-type,
28+
.p-input-icon-right > i:last-of-type {
29+
right: 0.75rem;
30+
}

0 commit comments

Comments
 (0)