Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
1863 Zobrazení

How can I change the size height for kanban box

Avatar
Zrušit
Nejlepší odpověď

Hi,

You can solve it by using following style on a div of kanban view

style="-ms-flex: none !important;
-moz-flex: none !important;
-webkit-box-flex: none !important;
-webkit-flex: none !important;
flex: none !important;"

For more reference, you can check our odoo book : https://www.cybrosys.com/odoo/odoo-books/odoo-15-development/ch19/kanban-cards/

Regards

Avatar
Zrušit