When the content is long the toast does not adapt to the width.
Chris Laupama
24 days ago
Dec 21, 2024, 8:59 PM
Set the toast width to ‘fit-content’ ensure that no parent element has a specific width either
ssssadsadasd
24 days ago
Dec 21, 2024, 9:02 PM
@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
24 days ago
Dec 21, 2024, 9:11 PM
Oh I see you’re using a component
Jacob Kofoed
24 days ago
Dec 22, 2024, 11:04 AM
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.