For some reason, you get multiple line breaks generated and causing extra, hug gaps, consider using CSS to remove these:
br:nth-child(3n + 3) { display: none; }