odoo / o-spreadsheet

Other
193 stars 44 forks source link

[FW][FIX] composer: layout break when composer assistant is opened #4721

Closed fw-bot closed 2 months ago

fw-bot commented 2 months ago

Description:

When typing =S in the composer, the composer assistant will open. If there wasn't enough space on right (default 300px width), this would break the layout. This PR addresses the issue by adding a width check for the composer assistant. If the width condition is met, the style right: 0px is applied to prevent the layout from breaking.

Task: : 4037213

review checklist

Forward-Port-Of: odoo/o-spreadsheet#4718 Forward-Port-Of: odoo/o-spreadsheet#4666

robodoo commented 2 months ago

Pull request status dashboard

fw-bot commented 2 months ago

@dhrp-odoo @hokolomopo this PR targets master and is the last of the forward-port chain containing:

To merge the full chain, use

@robodoo r+

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

hokolomopo commented 2 months ago

@robodoo r+