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 bottom-left needs css change #6887

Closed
huineng opened this issue Nov 19, 2018 · 0 comments · Fixed by #7323
Closed

toast bottom-left needs css change #6887

huineng opened this issue Nov 19, 2018 · 0 comments · Fixed by #7323
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@huineng
Copy link

huineng commented Nov 19, 2018

[x ] bug report => Search github for a similar issue or PR before submitting

this should be an easy fix https://github.com/primefaces/primeng/blob/master/src/app/components/toast/toast.css

please change from

.ui-toast-bottom-left {
bottom: 20px;
right: 20px;
}

to

.ui-toast-bottom-left {
bottom: 20px;
left: 20px;
}
@cagataycivici cagataycivici self-assigned this Mar 4, 2019
@cagataycivici cagataycivici added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 4, 2019
@cagataycivici cagataycivici added this to the 7.1.0 milestone Mar 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants