web_sheet_full_width: Override css of enterprise styles

More specifically, in web_enterprise the selector .o_form_view.o_xxl_form_view > .o_form_sheet_bg > .o_form_sheet fixes the width and has more specificity than this one
pull/1859/head
SimoRubi 2021-03-18 16:51:44 +01:00
parent 65ef4e3519
commit 483ea8a2cb
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.o_form_view {
.o_form_sheet_bg .o_form_sheet {
max-width: none;
width: auto;
max-width: none !important;
width: auto !important;
}
.o_FormRenderer_chatterContainer {
max-width: none;