You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The eye icon to toggle the mask in the password component is misplaced when using tailwind.css (see stackblitz). The icon is not centered vertically as intended, but slightly too low.
When i comment out @tailwind base; in global.css the icon is placed correctly.
Describe the bug
The eye icon to toggle the mask in the password component is misplaced when using tailwind.css (see stackblitz). The icon is not centered vertically as intended, but slightly too low.
When i comment out
@tailwind base;
inglobal.css
the icon is placed correctly.Reproducer
https://stackblitz.com/edit/stackblitz-starters-hoigxg
System Information
Steps to reproduce the behavior
Expected behavior
The item should be centered vertically.
The text was updated successfully, but these errors were encountered: