UPDATE: Check out this minimum reproducible bug. Detailed instructions on how to run the code are in the readme file.
Experiencing an issue with the bottom padding below an input placeholder specifically on mobile Safari. Below is a comparison of how the input placeholder appears on mobile Safari versus Chrome:
https://i.sstatic.net/xbJqL.png
Chrome's Display:
https://i.sstatic.net/NVudq.png
Notice the noticeable difference in spacing between the placeholder text and the bottom border.
Tried adjusting the line-height
as recommended by some Stack Overflow responses, as well as modifying the padding-bottom
on the ::placeholder
with various vendor prefixes... Browsed extensively to no avail for other potential solutions.