caroso1222 / notyf

👻 A minimalistic, responsive, vanilla JavaScript library to show toast notifications.

Home Page:https://carlosroso.com/notyf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using long text

n1lsik opened this issue · comments

If I write a long text in the "message" parameter, then the notification rounds up strangely and the text does not fit. Are there any options to fix this? Thanks!

image

upd. I find fix
`.notyf__toast {
max-width: 24em !important;
}

.notyf__ripple {
height: 60em !important;
width: 60em !important;
}`