Twitter Bootstrap text field's height too small?

后端 未结 5 1765
孤独总比滥情好
孤独总比滥情好 2021-01-31 13:09

I am using bootstrap and i find the height of the text field is too small.It\'s like less than 10px.I am wondering if it is small or i made some mistakes.

I used firebug

5条回答
  •  死守一世寂寞
    2021-01-31 14:12

    Yes the total height is 28px because padding & border also add height to that input like this:

    height 18px + 
    4px padding-top + 
    4px padding-bottom + 
    1px border-top + 
    1px border-bottom = 
    Total 28px height
    

提交回复
热议问题