Dropdown size to fit all the text

Hi everyone

I think its not that hard but I cant figure out how to make fit all the text in the dropdown without having to scrolling horizontaly.

Capture

Thx guys

Inside of dropdownOptionStyle add:

{
  "classes": "",
  "whiteSpace": "normal"
}

image

Thx :+1: