Skip to content

Commit cf1beca

Browse files
Pratyush RajPratyush Raj
authored andcommitted
Fix#3241 Icon Alligment issue in Password Field
1 parent e2e62e6 commit cf1beca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

client/styles/components/_forms.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,15 @@
7575

7676
.form__field__password {
7777
position: relative;
78+
display: flex;
79+
align-items: center;
7880
}
7981

8082
.form__eye__icon {
8183
font-size: 28px;
8284
position: absolute;
8385
right: 0px;
84-
top: 4px;
86+
display: flex;
8587
vertical-align: middle;
8688
}
8789

0 commit comments

Comments
 (0)