Closed peterromao closed 2 months ago
When viewing the final aspect of a page the title gets cut short as the field to show it is too short. See runboat image below:
document_page
The view has the field defined as:
<div class="oe_title"> <h1> <field name="name" placeholder="Name" /> </h1> </div
Affected versions: 16.0
Steps to reproduce the behavior:
Expected behavior The Title field should adjust to the size of the text or at least give enough clearente fo rlonger titles
Thanks
This was just fixed in #494
Update your code.
When viewing the final aspect of a page the title gets cut short as the field to show it is too short. See runboat image below:
Module
document_page
Describe the bug
The view has the field defined as:
To Reproduce
Affected versions: 16.0
Steps to reproduce the behavior:
Expected behavior The Title field should adjust to the size of the text or at least give enough clearente fo rlonger titles
Thanks