Skip to content
Snippets Groups Projects
Commit b68005d4 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] web: enterprise compatibility rules

* All fields in an o_row need to be inline
* many2many_tags needs to be inline by default
parent 0458a42a
No related branches found
No related tags found
No related merge requests found
......@@ -226,14 +226,10 @@ div.o_checkbox {
.o_row > * {
width: auto!important; // oe_inline
&.oe_form_field_many2one, &.o_form_field_many2manytags {
width: 100%!important;
}
}
.o_form_field_many2manytags {
.o-flex-display();
.o-inline-flex-display();
.o-flex-flow(row, wrap);
.o-align-items(flex-start);
......
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