Bootstrap: wider input field

后端 未结 7 2229
深忆病人
深忆病人 2020-12-23 19:07

How can I make the input field wider than the default in Twitter\'s Bootstrap?

I am trying to create a wider search form in the hero-unit class from th

7条回答
  •  醉酒成梦
    2020-12-23 19:27

    There are various classes for different size inputs

     :class=>"input-mini"
    
     :class=>"input-small"
    
     :class=>"input-medium"
    
     :class=>"input-large"
    
     :class=>"input-xlarge"
    
     :class=>"input-xxlarge"
    

提交回复
热议问题