diff --git a/web_sheet_full_width/__manifest__.py b/web_sheet_full_width/__manifest__.py index 03ca313b4..32b466f68 100644 --- a/web_sheet_full_width/__manifest__.py +++ b/web_sheet_full_width/__manifest__.py @@ -1,7 +1,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Web Sheet Full Width", - "version": "13.0.1.0.0", + "version": "14.0.1.0.0", "author": "Therp BV, Sudokeys, GRAP, Métal Sartigan, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", 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 0051dcf5c..06374adc2 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 @@ -3,7 +3,7 @@ max-width: none; width: auto; } - .oe_chatter { + .o_FormRenderer_chatterContainer { max-width: none; } }