Skip to content

[SelectField] Overflowing text of selected item breaks into multiple lines #2971

Description

@arnekolja

When selecting an item with a text larger than the select field, the value gets spread across multiple lines.

I cannot imagine a single situation where this is useful, so I'd recommend changing the default styles to include:

text-overflow: ellipsis;
overflow: hidden;
white-space: pre;

Feel free to propose a better solution :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    scope: selectChanges related to the select.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions