How to fix this column filling behavior on Chrome?

Try setting the .item elements be display: block instead of inline-block and add -webkit-column-break-inside: avoid; to the .items. as well.

1 Like