When the content is long the toast does not adapt to the width.
Chris Laupama
5 months ago
Set the toast width to ‘fit-content’ ensure that no parent element has a specific width either
ssssadsadasd
5 months ago
@Chris Laupama hmm not sure how can I set the width = fit-content. it has only three attributes and you cannot edit it since it is from a plugin
Chris Laupama
5 months ago
Oh I see you’re using a component
Jacob Kofoed
5 months ago
I think the toast action lets you add a style object. You could try to set { “width”: “fit-content” } there 🤔 Anyways, I’ll add a task to make the toast handle longer messages better in the future.