I have build an application using Dash, and i have a dropdown values with a long text, i don’t want to change the size of the dropdown component itself, i wonder if i can change the style so i can make padding between values, so it looks readable.
In the image you posted, it looks like the text for the first entry overwrites the text for the second entry when it word-wraps, and it looks all wrong. (Is that what the image shows?). But with the code that AIMPED posted, if the dropdown is kept narrow (by not using the CSS) then the first entry word-wraps but it does not overwrite the second entry - everything looks fine (well, nearly - the very long word doesn’t wrap but overflows its box. But that’s not what your problem seems to be).
So it looks like it must be something more than just long values.