odoo/odoo#204906
Created by fw-bot
Merged
at ec29565ae4a845f2adec3fcf45cfb6b9ef36687e
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:master-18.0-opw-4668595-huvw-427850-fw
- head
- b396fbb0b66b1c8f54682649793b65aa7b18813e
- merged
- 6 months ago by Bugfix, Hubert Van De Walle
odoo/odoo | |
---|---|
18.0 | #204567 |
saas-18.1 | #204654 |
saas-18.2 | #204901 |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #204906 |
[FW][FIX] web: add top margin to kanban records
Steps to reproduce
- Go to the project app
- Open any project
- zoom / dezoom a few times => At some point, the top border on the first kanban card will
disappear.
Cause of the issue
This is due to a negative margin on the bottom of kanban cards. This is made in order to have no duplicated border between cards.
Solution
We can set a top margin for the first card.