Skip to content
Snippets Groups Projects
Commit 22064478 authored by Pierre Paridans's avatar Pierre Paridans
Browse files

[FIX] project: state, priority and title alignment

Priority's star, Kanban State's bullet and name fields should be well aligned
and take less space (specially for small devices).

Related to task 1929034

closes odoo/odoo#28965
parent 942930e1
Branches
Tags
No related merge requests found
......@@ -433,11 +433,11 @@
options='{"terminology": "archive"}'/>
</button>
</div>
<field name="kanban_state" widget="state_selection"/>
<div class="oe_title">
<h1 class="o_row">
<field name="priority" widget="priority"/>
<field name="name" class="o_task_name" placeholder="Task Title..."/>
<div class="oe_title pr-0">
<h1 class="d-flex flex-row justify-content-between">
<field name="priority" widget="priority" class="mr-3"/>
<field name="name" class="o_task_name text-truncate" placeholder="Task Title..."/>
<field name="kanban_state" widget="state_selection" class="ml-auto"/>
</h1>
</div>
<group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment