[IMP] document_page: Set class oe_title to show the h1 field name filling more width

This commit is contained in:
Carlos Roca 2024-08-20 13:23:02 +02:00
parent b1ef710177
commit 913649f21c

View File

@ -46,9 +46,11 @@
/>
<field name="active" invisible="1" />
<field name="type" invisible="1" />
<h1>
<field name="name" placeholder="Name" />
</h1>
<div class="oe_title">
<h1>
<field name="name" placeholder="Name" />
</h1>
</div>
<field
name="content"
widget="html"