odoo/o-spreadsheet#3906

Created by fw-bot
label
odoo:saas-17.1-17.0-menu-item-align-adrm-dvFG-fw
head
fb96612d6d1ecb1f69d0c6842071fb97b119c6b4
target
saas-17.1
merged
2 months ago by BI, Adrien Minne (adrm)
forward-port of
odoo/o-spreadsheet#3855 DETACHED (Head updated from cd3b06948be2f980ee186216c8b68b6d4b47bcb4 to fb96612d6d1ecb1f69d0c6842071fb97b119c6b4)

[FW][FIX] menu: non-aligned menu items

## Description

If the menu items were too long, and that the menu item had a blank space in place of an icon, the menu texts were not aligned properly because of a flex shrink.

Task: : [3814222](https://www.odoo.com/web#id=3814222&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720)

## review checklist

- [ ] feature is organized in plugin, or UI components
- [ ] support of duplicate sheet (deep copy)
- [ ] in model/core: ranges are Range object, and can be adapted (adaptRanges)
- [ ] in model/UI: ranges are strings (to show the user)
- [ ] undo-able commands (uses this.history.update)
- [ ] multiuser-able commands (has inverse commands and transformations where needed)
- [ ] new/updated/removed commands are documented
- [ ] exportable in excel
- [ ] translations (\_t("qmsdf %s", abc))
- [ ] unit tested
- [ ] clean commented code
- [ ] track breaking changes
- [ ] doc is rebuild (npm run doc)
- [ ] status is correct in Odoo

Forward-Port-Of: odoo/o-spreadsheet#3855