From e36e83cab4ce7ad3db119c31061a3a461554e6b2 Mon Sep 17 00:00:00 2001 From: Andreas Perhab Date: Wed, 1 Oct 2025 11:33:27 +0200 Subject: [PATCH 1/8] [FIX] web_environment_ribbon: fix configuration image in description --- web_environment_ribbon/README.rst | 36 ++++++++++--------- web_environment_ribbon/readme/CONFIGURE.md | 4 +-- .../static/description/index.html | 12 +++---- 3 files changed, 27 insertions(+), 25 deletions(-) diff --git a/web_environment_ribbon/README.rst b/web_environment_ribbon/README.rst index d1380d30539f..b8aac297dd19 100644 --- a/web_environment_ribbon/README.rst +++ b/web_environment_ribbon/README.rst @@ -39,19 +39,21 @@ every page Configuration ============= -- You can change the ribbon's name ("TEST") by editing the default - system parameter "ribbon.name" (in the menu Settings > Technical > - Parameters > System Parameters) To hide the ribbon, set this - parameter to "False" or delete it and refresh the page. +- You can change the ribbon's name ("TEST") by editing the default + system parameter "ribbon.name" (in the menu Settings > Technical > + Parameters > System Parameters) To hide the ribbon, set this parameter + to "False" or delete it and refresh the page. -- You can customize the ribbon color and background color through - system parameters: "ribbon.color", "ribbon.background.color". Fill - with valid CSS colors or just set to "False" to use default values. +- You can customize the ribbon color and background color through system + parameters: "ribbon.color", "ribbon.background.color". Fill with valid + CSS colors or just set to "False" to use default values. -- You can add the database name in the ribbon by adding "{db_name}" in - the system parameter "ribbon.name". +- You can add the database name in the ribbon by adding "{db_name}" in + the system parameter "ribbon.name". - `configure_1 <../static/description/configure_1.png>`__ + |configure_1| + +.. |configure_1| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_environment_ribbon/static/description/configure_1.png Usage ===== @@ -81,13 +83,13 @@ Authors Contributors ------------ -- Francesco Apruzzese -- Javi Melendez -- Antonio Espinosa -- Thomas Binsfeld -- Xavier Jiménez -- Dennis Sluijk -- Eric Lembregts +- Francesco Apruzzese +- Javi Melendez +- Antonio Espinosa +- Thomas Binsfeld +- Xavier Jiménez +- Dennis Sluijk +- Eric Lembregts Maintainers ----------- diff --git a/web_environment_ribbon/readme/CONFIGURE.md b/web_environment_ribbon/readme/CONFIGURE.md index d7789f405f8c..0170d2c9d258 100644 --- a/web_environment_ribbon/readme/CONFIGURE.md +++ b/web_environment_ribbon/readme/CONFIGURE.md @@ -1,5 +1,5 @@ - You can change the ribbon's name ("TEST") by editing the default - system parameter "ribbon.name" (in the menu Settings \> Technical \> Parameters \> + system parameter "ribbon.name" (in the menu Settings \> Technical \> Parameters \> System Parameters) To hide the ribbon, set this parameter to "False" or delete it and refresh the page. - You can customize the ribbon color and background color through system @@ -8,4 +8,4 @@ - You can add the database name in the ribbon by adding "{db_name}" in the system parameter "ribbon.name". - [configure_1](../static/description/configure_1.png) + ![configure_1](../static/description/configure_1.png) diff --git a/web_environment_ribbon/static/description/index.html b/web_environment_ribbon/static/description/index.html index c32f41ceeb74..f121b8631aed 100644 --- a/web_environment_ribbon/static/description/index.html +++ b/web_environment_ribbon/static/description/index.html @@ -391,16 +391,16 @@

Configuration

  • You can change the ribbon’s name (“TEST”) by editing the default system parameter “ribbon.name” (in the menu Settings > Technical > -Parameters > System Parameters) To hide the ribbon, set this -parameter to “False” or delete it and refresh the page.

    +Parameters > System Parameters) To hide the ribbon, set this parameter +to “False” or delete it and refresh the page.

  • -
  • You can customize the ribbon color and background color through -system parameters: “ribbon.color”, “ribbon.background.color”. Fill -with valid CSS colors or just set to “False” to use default values.

    +
  • You can customize the ribbon color and background color through system +parameters: “ribbon.color”, “ribbon.background.color”. Fill with valid +CSS colors or just set to “False” to use default values.

  • You can add the database name in the ribbon by adding “{db_name}” in the system parameter “ribbon.name”.

    -

    configure_1

    +

    configure_1

From ae3883f5e76a1ebd1a4b5fa330b48b93a8980142 Mon Sep 17 00:00:00 2001 From: DavidJForgeFlow Date: Tue, 14 Oct 2025 09:17:43 +0200 Subject: [PATCH 2/8] [IMP] web_company_color: mobile systray button When used on mobile/tablet view, the button that opens the menu does not have the correct colors --- web_company_color/models/res_company.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web_company_color/models/res_company.py b/web_company_color/models/res_company.py index 76eecf38eeff..fc2baf5c6d11 100644 --- a/web_company_color/models/res_company.py +++ b/web_company_color/models/res_company.py @@ -115,7 +115,9 @@ class ResCompany(models.Model): background-color: %(color_navbar_bg_hover)s !important; } } - .o_menu_systray .o-dropdown .dropdown-toggle { + .o_menu_systray .o-dropdown .dropdown-toggle, + .o_menu_systray .o_mobile_menu_toggle, + .o_menu_toggle { color: %(color_navbar_text)s !important; &:hover, &:focus, &:active, &:focus:active { background-color: %(color_navbar_bg_hover)s !important; From d657f037cbae585579b41d0c1c22552db5394e22 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 14 Oct 2025 13:56:50 +0000 Subject: [PATCH 3/8] [BOT] post-merge updates --- README.md | 2 +- web_company_color/README.rst | 8 +++-- web_company_color/__manifest__.py | 2 +- .../static/description/index.html | 30 +++++++++++-------- 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e26c0dbfa6f3..d2fbe055720a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [web_calendar_slot_duration](web_calendar_slot_duration/) | 17.0.1.0.0 | Yajo | Customizable calendar slot durations [web_chatter_position](web_chatter_position/) | 17.0.1.0.1 | trisdoan | Add an option to change the chatter position -[web_company_color](web_company_color/) | 17.0.1.2.0 | | Web Company Color +[web_company_color](web_company_color/) | 17.0.1.2.1 | | Web Company Color [web_dialog_size](web_dialog_size/) | 17.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width. [web_editor_class_selector](web_editor_class_selector/) | 17.0.1.1.0 | | Web editor class selector [web_environment_ribbon](web_environment_ribbon/) | 17.0.1.0.2 | | Web Environment Ribbon diff --git a/web_company_color/README.rst b/web_company_color/README.rst index bbea231fdba6..8906316ef7f5 100644 --- a/web_company_color/README.rst +++ b/web_company_color/README.rst @@ -1,3 +1,7 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + ================= Web Company Color ================= @@ -7,13 +11,13 @@ Web Company Color !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:5ca2a7baff460d79cfe08003918418fa008f47a4dce22a66e362ba8bf9cd3a6b + !! source digest: sha256:62405140d3524aab7dbf2ccc711a250068653d1e28d977b22e804b8c4a387de5 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github diff --git a/web_company_color/__manifest__.py b/web_company_color/__manifest__.py index 39a2d533ce81..63daba18c08d 100644 --- a/web_company_color/__manifest__.py +++ b/web_company_color/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Web Company Color", "category": "web", - "version": "17.0.1.2.0", + "version": "17.0.1.2.1", "author": "Alexandre Díaz, Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "depends": ["web", "base_sparse_field"], diff --git a/web_company_color/static/description/index.html b/web_company_color/static/description/index.html index bd92856060f7..c03c124ba5d4 100644 --- a/web_company_color/static/description/index.html +++ b/web_company_color/static/description/index.html @@ -3,7 +3,7 @@ -Web Company Color +README.rst -
-

Web Company Color

+
+ + +Odoo Community Association + +
+

Web Company Color

-

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

This module change navbar colors based in the company logo colors.

Table of contents

@@ -386,18 +391,18 @@

Web Company Color

-

Usage

+

Usage

Go to company record and set a logo. Can see/modify applied colors on the “Navbar” section.

For optimal results use images with alpha channel.

-

Known issues / Roadmap

+

Known issues / Roadmap

White color is omitted in the addition operation to support images without alpha channel.

-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -405,15 +410,15 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Alexandre Díaz
-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -443,5 +448,6 @@

Maintainers

+
From 31b21a04cbef957f060c20d2c593b6450635ce2e Mon Sep 17 00:00:00 2001 From: Bhavesh Heliconia Date: Wed, 15 Oct 2025 14:10:11 +0530 Subject: [PATCH 4/8] web_dialog_size: prevent export wizard from shrinking when dialog maximize is enabled --- web_dialog_size/static/src/js/web_dialog_size.esm.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web_dialog_size/static/src/js/web_dialog_size.esm.js b/web_dialog_size/static/src/js/web_dialog_size.esm.js index 76379af98016..93b646c79c2c 100644 --- a/web_dialog_size/static/src/js/web_dialog_size.esm.js +++ b/web_dialog_size/static/src/js/web_dialog_size.esm.js @@ -1,7 +1,7 @@ /** @odoo-module **/ import {ActionDialog} from "@web/webclient/actions/action_dialog"; -import {Component, onMounted} from "@odoo/owl"; +import {Component, onMounted, onWillRender} from "@odoo/owl"; import {Dialog} from "@web/core/dialog/dialog"; import {SelectCreateDialog} from "@web/views/view_dialogs/select_create_dialog"; import {patch} from "@web/core/utils/patch"; @@ -44,9 +44,15 @@ patch(Dialog.prototype, { super.setup(); this.setSize = this.setSize.bind(this); this.getSize = this.getSize.bind(this); + onWillRender(() => { + if (this._forcedSize && this.props.size !== this._forcedSize) { + this.props.size = this._forcedSize; + } + }); }, setSize(size) { + this._forcedSize = size; this.props.size = size; this.render(); }, From da2cd38abc438447c4492a88b85a1ba66111de1e Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 15 Oct 2025 13:30:41 +0000 Subject: [PATCH 5/8] [BOT] post-merge updates --- README.md | 2 +- web_dialog_size/README.rst | 44 ++++++++++--------- web_dialog_size/__manifest__.py | 2 +- web_dialog_size/static/description/index.html | 30 ++++++++----- 4 files changed, 44 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index d2fbe055720a..06ccc0d44ee5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ addon | version | maintainers | summary [web_calendar_slot_duration](web_calendar_slot_duration/) | 17.0.1.0.0 | Yajo | Customizable calendar slot durations [web_chatter_position](web_chatter_position/) | 17.0.1.0.1 | trisdoan | Add an option to change the chatter position [web_company_color](web_company_color/) | 17.0.1.2.1 | | Web Company Color -[web_dialog_size](web_dialog_size/) | 17.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width. +[web_dialog_size](web_dialog_size/) | 17.0.1.0.1 | | A module that lets the user expand a dialog box to the full screen width. [web_editor_class_selector](web_editor_class_selector/) | 17.0.1.1.0 | | Web editor class selector [web_environment_ribbon](web_environment_ribbon/) | 17.0.1.0.2 | | Web Environment Ribbon [web_favicon](web_favicon/) | 17.0.1.0.2 | | Allows to set a custom shortcut icon (aka favicon) diff --git a/web_dialog_size/README.rst b/web_dialog_size/README.rst index d988d2592ec3..89acd68f0729 100644 --- a/web_dialog_size/README.rst +++ b/web_dialog_size/README.rst @@ -1,3 +1,7 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + =============== Web Dialog Size =============== @@ -7,13 +11,13 @@ Web Dialog Size !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a861bfd49e89d43c9b0dea89a15318450f23f5a9fc30747b5fdddeb6d291120c + !! source digest: sha256:1b8bcfc8070f1e6aa6e6576fa074d8608bf926ce753996006832479ea3ac4b91 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github @@ -52,7 +56,7 @@ you want to set dialog boxes maximized by default, you need to: Known issues / Roadmap ====================== -- Allow setting default dialog size per user. +- Allow setting default dialog size per user. Bug Tracker =========== @@ -79,23 +83,23 @@ Authors Contributors ------------ -- Anthony Muschang -- Stéphane Bidoul -- Holger Brunn -- Siddharth Bhalgami -- Wolfgang Pichler -- David Vidal -- Quentin Theuret -- `Tecnativa `__: - - - Pedro M. Baeza - - Jairo Llopis - - Ernesto Tejeda - - Carlos Roca - -- Sudhir Arya -- Pierre Pizzetta -- Mantas Šniukas +- Anthony Muschang +- Stéphane Bidoul +- Holger Brunn +- Siddharth Bhalgami +- Wolfgang Pichler +- David Vidal +- Quentin Theuret +- `Tecnativa `__: + + - Pedro M. Baeza + - Jairo Llopis + - Ernesto Tejeda + - Carlos Roca + +- Sudhir Arya +- Pierre Pizzetta +- Mantas Šniukas Maintainers ----------- diff --git a/web_dialog_size/__manifest__.py b/web_dialog_size/__manifest__.py index c3db7866d6a4..750874121cf8 100644 --- a/web_dialog_size/__manifest__.py +++ b/web_dialog_size/__manifest__.py @@ -15,7 +15,7 @@ "Odoo Community Association (OCA)", "website": "https://github.com/OCA/web", "category": "web", - "version": "17.0.1.0.0", + "version": "17.0.1.0.1", "license": "AGPL-3", "depends": ["web"], "installable": True, diff --git a/web_dialog_size/static/description/index.html b/web_dialog_size/static/description/index.html index 5a8a0caa8a43..8bd12f42a951 100644 --- a/web_dialog_size/static/description/index.html +++ b/web_dialog_size/static/description/index.html @@ -3,7 +3,7 @@ -Web Dialog Size +README.rst -
-

Web Dialog Size

+
+ + +Odoo Community Association + +
+

Web Dialog Size

-

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

A module that lets the user expand/restore the dialog box size through a button in the upper right corner (imitating most windows managers). It also adds draggable support to the dialogs.

@@ -388,7 +393,7 @@

Web Dialog Size

-

Configuration

+

Configuration

By default, the module respects the caller’s dialog_size option. If you want to set dialog boxes maximized by default, you need to:

    @@ -403,13 +408,13 @@

    Configuration

-

Known issues / Roadmap

+

Known issues / Roadmap

  • Allow setting default dialog size per user.
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -417,9 +422,9 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • ACSONE SA/NV
  • Therp BV
  • @@ -429,7 +434,7 @@

    Authors

-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -464,5 +469,6 @@

Maintainers

+
From 5c24d9431bc0f5b50834c62eca4571c0f680a293 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 15 Oct 2025 13:54:06 +0000 Subject: [PATCH 6/8] [BOT] post-merge updates --- README.md | 2 +- web_environment_ribbon/README.rst | 8 +++-- web_environment_ribbon/__manifest__.py | 2 +- .../static/description/index.html | 30 +++++++++++-------- 4 files changed, 26 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 06ccc0d44ee5..df6189c08cbd 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ addon | version | maintainers | summary [web_company_color](web_company_color/) | 17.0.1.2.1 | | Web Company Color [web_dialog_size](web_dialog_size/) | 17.0.1.0.1 | | A module that lets the user expand a dialog box to the full screen width. [web_editor_class_selector](web_editor_class_selector/) | 17.0.1.1.0 | | Web editor class selector -[web_environment_ribbon](web_environment_ribbon/) | 17.0.1.0.2 | | Web Environment Ribbon +[web_environment_ribbon](web_environment_ribbon/) | 17.0.1.0.3 | | Web Environment Ribbon [web_favicon](web_favicon/) | 17.0.1.0.2 | | Allows to set a custom shortcut icon (aka favicon) [web_field_tooltip](web_field_tooltip/) | 17.0.1.0.0 | | Displays customizable tooltips for fields [web_group_expand](web_group_expand/) | 17.0.1.0.0 | | Group Expand Buttons diff --git a/web_environment_ribbon/README.rst b/web_environment_ribbon/README.rst index b8aac297dd19..6775dfdb45fd 100644 --- a/web_environment_ribbon/README.rst +++ b/web_environment_ribbon/README.rst @@ -1,3 +1,7 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + ====================== Web Environment Ribbon ====================== @@ -7,13 +11,13 @@ Web Environment Ribbon !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:9a08035950044b08a0f55bd6ff0b05de48c9cb8abd74df63a5579dbf1510048b + !! source digest: sha256:8657bdbca17395569acf55ce1b3487ec8243d733eee9f6dcc09017bbb8cc4684 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github diff --git a/web_environment_ribbon/__manifest__.py b/web_environment_ribbon/__manifest__.py index fd5eae994d10..f7d7ed266ba0 100644 --- a/web_environment_ribbon/__manifest__.py +++ b/web_environment_ribbon/__manifest__.py @@ -6,7 +6,7 @@ { "name": "Web Environment Ribbon", - "version": "17.0.1.0.2", + "version": "17.0.1.0.3", "category": "Web", "author": "Francesco OpenCode Apruzzese, " "Tecnativa, " diff --git a/web_environment_ribbon/static/description/index.html b/web_environment_ribbon/static/description/index.html index f121b8631aed..0b9dcbea0ac7 100644 --- a/web_environment_ribbon/static/description/index.html +++ b/web_environment_ribbon/static/description/index.html @@ -3,7 +3,7 @@ -Web Environment Ribbon +README.rst -
-

Web Environment Ribbon

+
+ + +Odoo Community Association + +
+

Web Environment Ribbon

-

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

+

Beta License: AGPL-3 OCA/web Translate me on Weblate Try me on Runboat

Mark a Test Environment with a red ribbon on the top left corner in every page

Table of contents

@@ -387,7 +392,7 @@

Web Environment Ribbon

-

Configuration

+

Configuration

  • You can change the ribbon’s name (“TEST”) by editing the default system parameter “ribbon.name” (in the menu Settings > Technical > @@ -405,12 +410,12 @@

    Configuration

-

Usage

+

Usage

To use this module, you need only to install it. After installation, a red ribbon will be visible on top left corner of every Odoo backend page

-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed @@ -418,16 +423,16 @@

Bug Tracker

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • Francesco OpenCode Apruzzese
  • Tecnativa
-

Contributors

+

Contributors

-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association @@ -452,5 +457,6 @@

Maintainers

+
From d681a3e66ea17b0ac8cd4616501e1ae0c71325ba Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Wed, 15 Oct 2025 11:07:07 -0500 Subject: [PATCH 7/8] [IMP] web_responsive: adjust button styles and alignment in the chatter The purpose is to reduce spacing so that all icons and buttons fit within the window without having to scroll. --- .../static/src/components/chatter/chatter.xml | 43 ++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/web_responsive/static/src/components/chatter/chatter.xml b/web_responsive/static/src/components/chatter/chatter.xml index 6890045726f7..b357d8615029 100644 --- a/web_responsive/static/src/components/chatter/chatter.xml +++ b/web_responsive/static/src/components/chatter/chatter.xml @@ -40,7 +40,7 @@