odoo/o-spreadsheet#7507

Created by fw-bot
Merged at 6487f6d0e9aa8aad7a34a9ac7108cb2d4a209342

Statuses:

label
odoo:saas-18.3-saas-18.2-fix-padding-pro-477102-fw
head
643d68f083ba4ec58fbb15521db173750a937853
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