168
Views
2
Comments
Solved
Dropdown Select long text
Application Type
Traditional Web

Hi all,

I am having an issue with long text overlapping in the dropdown select in a traditional web app.

Is there a way to truncate this text?


Thank you

2022-10-17 06-51-09
Shweta Gedam
Solution

Hi Stefan,

Try to put following CSS in your screen where you have this dropdown.

.choices__list--dropdown .choices__item 

{

white-space:nowrap;

}


Hope it helps, Thanks :)

2020-12-07 12-30-07
Stefan van Deventer

Thank you Shweta!

This works perfectly

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.