使用 Bootstrap 时,Chrome(正确)和 Firefox(错误)之间的渲染不一致。这是我的代码(在这里小提琴):
<div class='container'>
<form class='form-horizontal well span6 offset3'>
<label class='control-label'>Testy</label>
<div class='controls'>
<select></select>
</div>
</form>
<legend>Hello!</legend>
</div>
不一致的原因是什么?如何修复 Firefox 渲染以使其与 Chrome 匹配?