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

bottomLeft alignment is cutting the icon #16

Open
r-martins opened this issue Apr 22, 2020 · 0 comments
Open

bottomLeft alignment is cutting the icon #16

r-martins opened this issue Apr 22, 2020 · 0 comments

Comments

@r-martins
Copy link

When positioning to left, it cuts the icon.

To the right:
image

To the left:
image

Params used:

VanillaToasts.create({

                        // notification title
                        title: 'Ricardo está assistindo',

                        // notification message
                        text: 'a aula "Exportação/importação de base de dados" em "<a href="https://magenteiro.test/ferramentas-e-dicas-matadoras-para-o-desenvolvimento-magento">Ferramentas e Dicas matadoras para o desenvolvimento Magento</a>". <br/><small>2 minutos atrás</small>',

                        // success, info, warning, error   / optional parameter
                        type: 'success',

                        // path to notification icon
                        icon: 'https://s.gravatar.com/avatar/ae5800c87c4e0f6a4a6b7a3d66aae138?s=150',

                        // topRight, topLeft, topCenter, bottomRight, bottomLeft, bottomCenter
                        positionClass: 'bottomLeft',

                        // auto dismiss after 5000ms
                        timeout: 15000

                    });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants