When using CSS columns you may experience columns “spilling” from one to another. Here is a simple fix; apply this CSS to the child elements:
display: inline-block;
width: 100%;

When using CSS columns you may experience columns “spilling” from one to another. Here is a simple fix; apply this CSS to the child elements:
display: inline-block;
width: 100%;