I want the field "definition" to display across the width of the form. Currently, it displays in half of the width.
Code:
<div class="oe_title oe_left">
<h1>
<field name="name" default_focus="1" placeholder="Name (e.g., subject)"/>
</h1>
<field name="code"/>
<field name="definition" placeholder="Definition"/>
</div>