mike4501235y
It due to the layout you're using for this module, when the text of each article is different, the next item will fill up in that space.
I added this custom css to set the min height for item in this layout:
.section.popular .item-grid-view li {
min-height: 820px;
}
You can see it's showing fine now.