UPDATE: Here's a link to a minimum reproducible bug. Instructions for running it are in the readme
I'm having issues with the bottom padding below an input placeholder on mobile safari. Here's what the input placeholder looks like on mobile safari:
Here's what the input placeholder looks like on Chrome:
As you can see there's a significant difference in the space between the placeholder text and the bottom border.
I've tried changing line-height
as suggested by a few other stackoverflow answers and I've tried changing padding-bottom
on the ::placeholder
with appropriate vendor prefixes... I'm not sure what else there is to try.