nefarious1
New Member
I have a rendering inconsistency between Chrome (correct) and Firefox (incorrect) when using Bootstrap. This is my code (fiddle here):\[code\]<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>\[/code\]What is the cause of the inconsistency? How can I fix the Firefox rendering so that it matches Chrome's?