Full width input group on bootstrap 3.1.0 navbar

前端 未结 2 452
遇见更好的自我
遇见更好的自我 2021-01-21 19:42

I\'ve got some troubles with bootstrap v3.1.0. I need to get search bar that will fit entire width of the navbar like this (v3.0.3): http://bootply.com/109727 But it feels like

2条回答
  •  悲哀的现实
    2021-01-21 20:17

    For Bootstrap 3.3.6, I solved it by using:

    .navbar-form .input-group .input-group-btn {
        width: 1%;
    }
    

提交回复
热议问题