Skip to content

Commit b978854

Browse files
committed
[FIX] partner_autocomplete: field as title is too short
Before this commit when the partner autocomplete field was used the form title css rules defined in o_field_char were missing. So now the width: 100% is also applied when the partner autocomplete is a title and takes the whole available space. closes odoo#114580 Signed-off-by: Pierre Paridans (app) <app@odoo.com>
1 parent 223acaa commit b978854

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

addons/partner_autocomplete/static/src/scss/partner_autocomplete.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@
3030
}
3131
}
3232
}
33+
34+
// Same rule as .oe_title .o_field_char
35+
.o_form_view .o_form_editable .oe_title .o_field_field_partner_autocomplete {
36+
width: 100%;
37+
}

0 commit comments

Comments
 (0)