Vertical Align text in a Label

前端 未结 14 1649
攒了一身酷
攒了一身酷 2021-02-06 20:27

I have been asked to vertically align the text in the labels for the fields in a form but I don\'t understand why they are not moving. I have tried putting in-line styles using

14条回答
  •  我在风中等你
    2021-02-06 21:04

    You don't have to add any padding or edit the line-height!

    Instead, just make sure that when you have an HTML like this :

    
    

    Just make sure that the input height and width are the same, and the the text has the same font size.

    Then, it will look perfectly fine and looks centered.

提交回复
热议问题