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

[Toast] styles in tailwind look weird, the icon looks off place #391

Open
geminigeek opened this issue Feb 17, 2025 · 1 comment
Open

[Toast] styles in tailwind look weird, the icon looks off place #391

geminigeek opened this issue Feb 17, 2025 · 1 comment

Comments

@geminigeek
Copy link

Toast styles in tailwind looking weird, the icon looks off place, compare primevue toast example with tailwind the icons look a bit raised from base line of summary , check images

Primevue ( working how it should be)
visit here click multiple https://primevue.org/toast/

Image

tailwind.primevue.org ( this is looking bad )

visit https://tailwind.primevue.org/toast/ click multiple

Image

@geminigeek
Copy link
Author

my temporary solution to fix this, add this in style

<style>

.p-toast-message-text {
  gap: 0 !important;
}
</style>

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

No branches or pull requests

1 participant