https://bugzilla.wikimedia.org/show_bug.cgi?id=63246
--- Comment #3 from Ryan Kaldari <[email protected]> --- Did some investigation and this is due to one of the deprecated hacks in stable: // Deprecated rules .stable { // this makes sure mobile browsers don't zoom on inputs (minimum resulting // font size has to be 16px) // header font size is kept the same to make it consistent with the search input input, textarea, .header, .overlay-header { font-size: round( 1em / @fontScalingFactor, 2 ); } } Working around it would require adding a bunch of similar hacks elsewhere. My suggestion would be to promote TypographyNew.less to stable instead and get rid of the rule above. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
