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?
February 9, 2015 at 10:59 am
#195386
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.