Just so you know, the actual fix is the "break-inside: avoid;"
<div class="masonryLayout"> <div class"card">Hello, world!</div> </div>
to fix the issue he had just add this to ".card"
.card { break-inside: avoid; }