After running npm run build
on my VueJS project, the columns in my grid inexplicably stretch to an enormous height. I've spent about 3 hours trying to find the cause, tweaking settings and combing through my CSS files with no luck. It seems like this issue only emerges during the build process.
The problematic aspect appears to be the height of the divs.
You can view how it's supposed to look here:
And compare it to the issue here: