Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password: Fix alignment icons #13823

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

SoyDiego
Copy link
Contributor

@SoyDiego SoyDiego commented Oct 7, 2023

Fix #13817

I tried two or three solutions but this was the best alternative and works perfectly with all the cases:

  • [showClear]="true" && [toggleMask]="true"
  • [showClear]="true" && [toggleMask]="false"
  • [showClear]="false" && [toggleMask]="true"

Note: The others files were formatted. Only I modified the password.css file.

CURRENTLY

problem password

AFTER SOLUTION

fixed password

@vercel
Copy link

vercel bot commented Oct 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Oct 7, 2023 10:14am

@cetincakiroglu cetincakiroglu merged commit eb51e57 into primefaces:master Oct 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Password | Incorrect placement of close icon when [toggleMask]="true"
2 participants