Firefox を使用すると、次のフォームの幅が適切に制限されません。代わりに、画面全体に広がりますが、Chrome ではそうではありません。
<form class="form-horizontal" role="form">
<legend class="righter">Legend</legend>
<div class="form-group">
<label for="title" class="col-lg-2 control-label">Title</label>
<div class="col-lg-4">
<input type="text" class="form-control" id="title" placeholder="..." />
</div>
</div>
<div class="form-group">
<label for="id" class="col-lg-2 control-label">UUID</label>
<div class="col-lg-4">
<input type="text" class="form-control" id="description" placeholder="..."/>
</div>
</div>
</form>
JSFiddle では、Firefox と同様に動作します: http://jsfiddle.net/dy5KP/1/
次の図のようにして (マークを除く)、入力の幅を狭くするにはどうすればよいですか?