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.)