Since all CSS solutions are exhausted, here is an HTML solution with a <br /> element:
<div style="float: left; padding-right: 1%;"> <label class="editor-label" for="BrowserTitle">Browser Title</label> <br /> <input class="editor-field" id="BrowserTitle" name="Question.BrowserTitle" size="30" type="text" value="Test title" /> </div>
source share