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

[IMP] web: force form view label font-size

Some labels may now be placed in a <h1,2,3> tag in some circumstances
parent b68005d4
No related branches found
No related tags found
No related merge requests found
......@@ -228,6 +228,10 @@ div.o_checkbox {
width: auto!important; // oe_inline
}
.oe_form label {
font-size: 13px;
}
.o_form_field_many2manytags {
.o-inline-flex-display();
.o-flex-flow(row, wrap);
......
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