Skip to content

Commit

Permalink
Merge pull request #13823 from SoyDiego/13817-fix-password-styles
Browse files Browse the repository at this point in the history
Password: Fix alignment icons
  • Loading branch information
cetincakiroglu authored Oct 11, 2023
2 parents 5eb8914 + 302008e commit eb51e57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/password/password.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
cursor: pointer;
}

.p-password-clearable.p-password-mask .p-password-clear-icon {
margin-top: unset;
}

.p-password-clearable {
position: relative;
}
Expand Down

1 comment on commit eb51e57

@vercel
Copy link

@vercel vercel bot commented on eb51e57 Oct 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.