我有一個帶有輸入元素和提交按鈕的搜索框。我正在引導。在xs斷點提交按鈕進入另一行。我想使整個論壇從來沒有崩潰,但是改變它的大小,因爲它發生在默認情況下使搜索框不會在引導程序的xs斷點處崩潰
<form class="form-inline quick-search-form" role="form" action="search.php">
<div class="form-group">
<input type="text" class="form-control" placeholder="Enter Keyword(s)">
<button type="submit" id="quick-search" class="btn btn-custom"><span class="glyphicon glyphicon-search custom-glyph-color"></span></button>
</div>
<div class="pad-top-20">Examples Background, Banner, Brochure</div>
請看引導文件:http://getbootstrap.com/css/ – Jack