Twitter Bootstrap text field's height too small?

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

    Incase the top answer didn't help

    I had already and it wasn't the problem for me. I don't know what is the problem, but I fixed it with this in my css:

    input[type=text], input[type=password], input[type=email], input[type=tel] {
        height: 28px !important;
    }
    

    It's a workaround and I'm not sure if it has some side effects.

提交回复
热议问题