diff --git a/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss b/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss index 06374adc2..3c0896a1f 100644 --- a/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss +++ b/web_sheet_full_width/static/src/scss/web_sheet_full_width.scss @@ -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;