You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a compact selection dropdown has got large menu items and a shorter menu item was selected, the whole dropdown menu was shrinked to the selected item width which in turn cropped all other items when the menu was opened again
This PR make sure by default the items text is not cropped and shown in one line.
In case somebody wants to wrap item text by whitespace one could add multiline to the menu node.
0 commit comments