How can I maintain consistent formatting for my form across different operating systems?
Currently, the form looks good on Windows, but I want to ensure that the select
input appears consistently on Mac OS, iOS, and Android devices as well.
The image below shows how the select
field looks in a Safari browser. The same styling is present in Chrome on Mac OS as well.
For visual reference, here's an image of the Select Input
In the image above, you'll notice that the formatting remains the same for the Contact Number
and Name
fields, but unfortunately changes for the Debt Level
field.