I have a select box with one option with longer text. And on iPad it looks like that each option has a different font size. Have anybody meet with this problem?
Asked
Active
Viewed 1,175 times
-1
-
please post the snippet here so we can see the code and test something ;) – AndrePliz Oct 02 '17 at 14:09
-
Have you found any solution for this? -webkit-text-size-adjust is not related to this issue – Timofei Davydik Aug 18 '20 at 09:26
2 Answers
0
Similar question: Some font-size's rendered larger on Safari (iPhone)
html {
-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

abdulwadood
- 596
- 6
- 14
-
Unfortunately these questions have nothing common with author's question. It's not about zooming and browser rendering but about iOS options rendering – Timofei Davydik Aug 18 '20 at 09:28
-1
select the class in your css and change its font-size , if this doesnt work, use a media query and then change its font-size

MultiDutch
- 36
- 8