Skip to content

Long strings in toast overflow toast body #37

@slimninja

Description

@slimninja

What went wrong?

Long strings in toast overflow toast body

image

What should've happened?

Overflow should be handled via css

image

Fix: Update below css and add both overflow properties

.toast-container > .toast > .toast-body {
    background: white;
    overflow: hidden;
    text-overflow: ellipsis;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions