Forums

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

Home Forums CSS How to wrap the text in dropdown list of a form? Reply To: How to wrap the text in dropdown list of a form?

#195386
shaneisme
Participant

As far as I know you can’t control this inside an <option> (I could be wrong!), so it would probably require JS to either manipulate the <option> or use custom markup.