odoo/o-spreadsheet#7509

Created by fw-bot
Merged at dd61247307b22823b9f531f6150835b3cd66478f

Statuses:

label
odoo:19.0-saas-18.2-fix-padding-pro-479016-fw
head
ee5f540b359d57b7aa6391c9f9bf0afe1a231faf
merged
2 days ago by BI, Adrien Minne (adrm)
odoo/o-spreadsheet
saas-18.2 #7460
saas-18.3 #7507
saas-18.4 #7508
19.0 #7509
master #7510 missing statuses missing r+

[FIX] spreadsheet: fix button height

Before this commit, the height of o-button elements was fixed to 32px, which is not enough for some content, for example when the text is on two lines (conditionnal formatting side panel for instance).

task-5253888

Description:

description of this task, what is implemented and why it is implemented that way.

Task: TASK_ID

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: #7460