This is about Bulma.
I have an issue with columns where its height depends on the content and they end up looking really bad when they don't have the same (or almost same) content.
This probably isn't an issue with Bulma itself, but I would like to know if you could add some class that could fix this, or recommend a third-party js plugin that can achieve this (without the need of jQuery).
Thank you so much for this awesome framework

seperate the inside of the column into 3 seperate parts. Header, body, footer. Make the colums display flex, direction column, and make the body part 100% height jsfiddle
Most helpful comment
seperate the inside of the column into 3 seperate parts. Header, body, footer. Make the colums display flex, direction column, and make the body part 100% height jsfiddle