Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS CSS truncating SELECT OPTION with Ellipses Reply To: CSS truncating SELECT OPTION with Ellipses

#257071
JeroenR
Participant

I don’t think you can achieve this by using CSS. You should look for where the dropdown is being populated and maybe do a calculation on the number of characters or something. You can also do it by javascript like this: https://codepen.io/jeroenreijs/pen/eEmoYr