Skip to content

Dropdown linebreaks #17

Closed
Closed
@Markus-ipse

Description

@Markus-ipse

If there's a space in the text for an item in a dropdown, and it's to longest text in the dropdown, it will get word-wrapped.

image

This little snippet solves the problem

.mui-menu-item > * {
  white-space: nowrap;
}

But it seems to produce an awful lot of unnecessary padding to the right for some reason

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something doesn't work

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions