Skip to content
Snippets Groups Projects
Commit 37fcdb0c authored by Kevin Baptiste's avatar Kevin Baptiste
Browse files

[FIX] hr: properly align field in mobile


The job_title field was too narrow and misaligned on mobile.
Removed the help text for the Contacts smartbutton.

task-3070980

closes odoo/odoo#106223

Signed-off-by: default avatarKevin Baptiste <kba@odoo.com>
parent 634c7bbe
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,6 @@
class="oe_stat_button"
icon="fa-address-card-o"
type="object"
help="Related Contacts"
attrs="{'invisible': [('related_contacts_count', '=', 0)]}">
<div class="o_field_widget o_stat_info">
<span class="o_stat_value"><field name="related_contacts_count"/></span>
......
......@@ -92,8 +92,8 @@
</h1>
</div>
<div class="row">
<h2 class="col-6 ps-0">
<field name="job_title" placeholder="Job Position" attrs="{'readonly': [('can_edit', '=', False)]}"/>
<h2 class="col-lg-6 ps-lg-0">
<field name="job_title" class="w-100" placeholder="Job Position" attrs="{'readonly': [('can_edit', '=', False)]}"/>
</h2>
</div>
<group>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment