Is it possible (using HTML only) to display select with options that span multiple lines each?
select
option
If your case is around iOS truncating long option text, then the solution from How to fix truncated text on element on iOS7 can help.
Add an empty optgroup at the end of the select list:
You can implement like this:
option first another option that is really long and will probably be truncated on a mobile device ...