Dropdown expand list width

Is there a way to set a specific width for the dropdown item and then have a different width for when the dropdown list shows? Like if the dropdown item isn’t long enough that the text doesn’t wrap in the dropdown itself but the width expands to fit it.

I hope that makes sense!

Hello @bpolasek,

You might be able to do this with css.

Bring up your dev console when the list is open and try different things there and see if you can get the desired result.

1 Like

Hi @bpolasek , recently I had to change the appearance of the drop-down, so maybe this could be a starting point:

1 Like

Thank you!