For some reason, you get multiple line breaks generated and causing extra, hug gaps, consider using CSS to remove these:

extra line breaks hide remove by css

br:nth-child(3n + 3) {
    display: none;
}