Input groups bigger than input in Bootstrap 3 using Jumbotron container

前端 未结 8 1805
后悔当初
后悔当初 2021-02-06 22:54

I\'m experimenting a strange behavior with Bootstrap 3 input groups. When I add an input-group-addon (text or icon) to a form inside a jumbotron, the input-group height is bigge

8条回答
  •  无人及你
    2021-02-06 23:45

    I fixed it be adding id="search_button" to my button:

    I then applied the following style to my button:

    #search_button {
        width: 90px;
        margin: 0 auto;
        text-align: justify;
    }
    

    That's all.

提交回复
热议问题