Skip to content

Commit 913649f

Browse files
committed
[IMP] document_page: Set class oe_title to show the h1 field name filling more width
1 parent b1ef710 commit 913649f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

document_page/views/document_page.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,11 @@
4646
/>
4747
<field name="active" invisible="1" />
4848
<field name="type" invisible="1" />
49-
<h1>
50-
<field name="name" placeholder="Name" />
51-
</h1>
49+
<div class="oe_title">
50+
<h1>
51+
<field name="name" placeholder="Name" />
52+
</h1>
53+
</div>
5254
<field
5355
name="content"
5456
widget="html"

0 commit comments

Comments
 (0)