Twitter Bootstrap text field's height too small?

后端 未结 5 1815
孤独总比滥情好
孤独总比滥情好 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:09

    I don't know why if I open a clean new HTML5 page it works but after I add some code I don't know why it happens. So I just open the bootstrap.min.css file and search:type="text" and there there is height property and I change it to min-height for it have to be working.

提交回复
热议问题