Since I’m sure people are coming here looking for an answer like I was, here’s what I did to get it working. I added the following code to my css stylesheet:
.display-posts-listing .excerpt {
margin-bottom: 20px;
}
Of course you can edit the margin as you see fit.