Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 4623520

Browse files
committed
fix(password-input): align icon center
1 parent 613c8e8 commit 4623520

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
:host(.password-disabled) {
22
pointer-events: none;
33
}
4+
5+
// FIXME: https://github.com/ionic-team/ionic/issues/18681#issuecomment-507288178
6+
ion-icon {
7+
align-self: center;
8+
}

0 commit comments

Comments
 (0)