Skip to content

bottomLeft alignment is cutting the icon #16

@r-martins

Description

@r-martins

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

                    });

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions