[SOLVED] Perspective Dropdown property to show all text

Good morning,

I have a Perspective drop down component with entry values that are wider than the drop down component itself. Hence, you cannot read the full entry value in all instances. Is there a way to show the full entry value clearly? Or is this the wrong component for my problem?

You could add this in the advanced stylesheet

.iaDropdownCommon_options_modal{
width: auto !important
}
2 Likes

This works well for versions after 8.1.21 when the advanced stylesheet was introduced. Thanks.