-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support for Multiline? #26
Comments
I have to test if |
so what is the solutions for this? thanks |
@araneta, I've managed to do it by changing the toast span css:
|
The css hack works as long as I don't have 3 lines of text. If we stretch into 3 lines, then when the toast clears, it leaves about half a line exposed. May explain part of the question I had in #44. Targeting mobile, so a lot of stuff will probably stretch to 3 lines :) |
I tried to show a notification notify.show(errors.join('
'),'error'); but it show weird notification. is this module support multiline
?
The text was updated successfully, but these errors were encountered: