The cardAutoHeight property (boolean) enables automatic card height will be determined in the Kanban component.
When set to true, the card height will be set automatically to fit all content.
When set to false, the card height will be set to a fixed value (cardHeight).
trueKanban config:
{
cardAutoHeight: false,
cardHeight: 100,
// ...
}