Monday, November 20, 2023
2 changes · 17.0
Enhancements to existing features
The priority star in Kanban card headers is now better aligned for a cleaner, more polished appearance. This small visual improvement helps make card information easier to scan and keeps the interface consistent.
Original PR description
Prior to this PR, the alignment of the `priority` field star inside the header of the `kanban card` was not perfect. Adding `margin: auto` fixes this issue. task-3586924 | Before | After | |--------|--------| | <img width="134" alt="Screenshot 2023-11-14 at 10 36 51" src="https://github.com/odoo/odoo/assets/108661430/abb06044-fc4b-45d5-83b1-b3745a3f267f">| <img width="156" alt="Screenshot 2023-11-14 at 10 36 43" src="https://github.com/odoo/odoo/assets/108661430/1dcac7da-0017-4db0-9dc5-96280567ddfc"> | --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The desktop icon in kanban cards within the Stock Barcode module was misaligned and has now been corrected. This visual improvement ensures that the interface displays properly and provides a better user experience when managing barcode operations.
Original PR description
Prior to this PR, the `desktop icon` inside a kanban card was misaligned. Task-3586834 | Before | After | |--------|--------| | <img width="343" alt="Screenshot 2023-11-07 at 15 38 16" src="https://github.com/odoo/enterprise/assets/108661430/58a06311-8d73-4bd6-a5a6-9cc1dedec4b4">| <img width="333" alt="Screenshot 2023-11-07 at 15 36 36" src="https://github.com/odoo/enterprise/assets/108661430/011f7334-e37a-4f02-8b91-92a02d7bc38d"> |