Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

How to prevent text wrapping in iOS browser's default option tag?

In the Safari browser on mobile devices, the <option> tags in an HTML <select> element are styled with the system's default styles. I want the text inside the <option> tags to be displayed without line breaks. However, in reality, the text wraps according to its length. May I ask if there are any methods to achieve this? (ps: CSS-related properties such as white-space: nowrap do not work.)

How to prevent text wrapping in iOS browser's default option tag?
 
 
Q