vertical alignment of inputs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 :)

10th Jul 2020, 10:31 PM
João Hoffman
João Hoffman - avatar
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
10th Jul 2020, 10:50 PM
BroFar
BroFar - avatar
+ 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
11th Jul 2020, 5:50 AM
Calviղ
Calviղ - avatar