当空间较小时,如何防止自举按钮进入2线?
我想使用下面的Bootstrap代码:
<div class="btn-group" style=" width:100px ;">
<button type="button" class="btn btn-default" style=" width:30px;">-</button>
<input type="text" class="form-control" style="width:30px;">
<button type="button" class="btn btn-default" style=" width:30px;"> +</button>
</div>
Run Code Online (Sandbox Code Playgroud)
它看起来像:

css frontend twitter-bootstrap twitter-bootstrap-3 twitter-bootstrap-2