question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provision to show long notifications in multiple lines

See original GitHub issue

I’m submitting a … (check one with “x”)

[ ] Bug report => search github for a similar issue or PR before submitting
[X ] Feature request
[ ] Other, please describe

Tell about your platform

  • Vue.js version : 2.6.x
  • Browser name and version : Chrome|Firefox|Edge x.x.x
  • This package version : 0.6.1

Current behavior For very short notifications the toast looks good. But for longer notifications the toast length increases.

Expected behavior The toast would look better if we can specify the max length of the toast so that the text will be shown in multiple lines if notification is little longer.

Minimal reproduction of the problem with instructions Capture

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Vidhyanandcscommented, Apr 23, 2021

.v-toast__item{ max-width: 200px; }

worked for me. Thank you

1reaction
ankurk91commented, Apr 21, 2021

You can override css for sure.

My major todo is to add support for vue 3 now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Notification multiline - android - Stack Overflow
How to make a long notification multiline. I ...
Read more >
Create an Expandable Notification - Android Developers
A basic notification usually includes a title, a line of text, and one or more actions the user can perform in response. To...
Read more >
Android Notifications#3: Expandable Notifications ... - Medium
By default, the notification's text content is truncated to fit on one line. If you want your notification to be longer, you can...
Read more >
Large Text Style for a Notification Message
If the default style is used, only a single line of text in the notification message is displayed. As a result, the message...
Read more >
Multi-line Telephone Systems – Kari's Law and RAY BAUM'S ...
When a 911 call is placed on a MLTS system, the system must be configured to notify a central location on-site or off-site...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found