As per the information from the Mozilla documentation, it states that I can align the text in an input field to the baseline if the element's display property is set to inline-block
.
I have made adjustments to the height of several input
elements, but now, when attempting to type within them, the text appears vertically centered.
How can I make the text appear at the bottom (baseline) of the input using CSS?