Skip to content

Commit

Permalink
[IMP] document_page: Set class oe_title to show the h1 field name fil…
Browse files Browse the repository at this point in the history
…ling more width
  • Loading branch information
CarlosRoca13 committed Aug 20, 2024
1 parent b1ef710 commit 913649f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions document_page/views/document_page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 913649f

Please sign in to comment.