[12.0][MIG] web_sheet_full_width

This commit is contained in:
Vincent Van Rossem
2020-12-03 19:28:20 +01:00
parent fbc1496d4c
commit 7a95f7b231
10 changed files with 505 additions and 57 deletions

View File

@@ -1,10 +0,0 @@
.o_form_view{
.o_form_sheet_bg .o_form_sheet{
margin: @padding-base-horizontal;
max-width: none;
width: auto;
}
.oe_chatter{
max-width: none;
}
}

View File

@@ -0,0 +1,9 @@
.o_form_view {
.o_form_sheet_bg .o_form_sheet {
max-width: none;
width: auto;
}
.oe_chatter {
max-width: none;
}
}