Jam*_*ght 5 twitter-bootstrap twitter-bootstrap-2
我正在使用Bootstrap 2的"form-horizontal"类,但我的标签似乎没有使用Responsive样式.这就是它的样子:
当我检查它时,它在标签上特别具有"width:160px",这是常规的Bootstrap设置,但是Responsive样式只有"width:auto".
我对该部分的HTML看起来像这样:
<form id="addproject" class="form-horizontal">
<div class="control-group">
<label for="title" class="control-label">Title</label>
<div class="controls">
<input type="text" name="title" id="title" />
</div>
</div>
</form>
Run Code Online (Sandbox Code Playgroud)