Bootstrap: wider input field

后端 未结 7 2193
深忆病人
深忆病人 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:43

    In bootstrap 4, they have designed a bigger input file.

    A simple solution to increase the size input file is to use font-size:

    Add you style, for example:

    input[type="file"] {
      font-size:35px
    }
    

    Otherwise, you can make one custom class and add to input control.

    0 讨论(0)
提交回复
热议问题