0
vertical alignment of inputs
Hello everyone, The context is as follows; when I create an 'input type = "data"', the moment I choose the date in the code it will execute, the date is not "in the same position as the placeholders", it is stuck over the edge of the input, and I would not like a result like that. I wanted to know why it happens and how I solve it. Appreciate :)
2 Answers
+ 3
JoĂŁo Hoffman please use the circle with the plus to bring your code here so we can see what is exactly going on. I certain it is an easy fix.
Thanks
https://code.sololearn.com/WG7omnQeu562/?ref=app
+ 1
Try to set vertical align to zero for input and label.
And also with the same font family and size.
https://code.sololearn.com/Wg2xfg1Mgm0v/?ref=app