From 3cb9d609fa0cb038f6f4909da63fffca73b77ede Mon Sep 17 00:00:00 2001 From: SimoRubi Date: Thu, 18 Mar 2021 16:51:44 +0100 Subject: [PATCH] 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 --- .../static/src/scss/web_sheet_full_width.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;