Tuesday, April 30, 2019
1 change
Resolved issues and error corrections
This fixes the layout of footer buttons on project kanban cards so they display evenly instead of appearing misaligned. The change improves the visual consistency and usability of the project overview without changing business workflows.
Original PR description
**Description of the issue/feature this PR addresses**: - Task: https://www.odoo.com/web#id=1948176&action=333&active_id=1278&model=project.task&view_type=form&menu_id=4720 - Pad: https://pad.odoo.com/p/r.7551125c2dfcd67f29ff4d8a299583c7 **Description** -Previously, footer buttons on the project's kanban were not being shown properly due to improper CSS rules. -This commit fixes the issue by removing fixed width and evenly distributing available space between the buttons. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr