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
Try setting the .item
elements be display: block
instead of inline-block
and add -webkit-column-break-inside: avoid;
to the .items.
as well.