Skip to content

Unfavorable truncation of “k-label-text” #7363

@gbdesign2023

Description

@gbdesign2023

On small screens, long “k-label-text” is truncated unfavorably so that the information can no longer be interpreted completely. There is enough space available, so truncating the text makes little sense here. A multi-line label would not be disruptive here.

.k-label-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: clip;
    min-width: 0;
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions