I noticed a small bug (?) when using masonry layout and 2 posts per column in Taste 2.2.0.0 theme. When there are only 2 posts on the page, in Chrome they show under each other:
But in Firefox they show side by side (this is correct behavior I think):
With 3 or more posts there’s no difference.
I solved this by adding .l-masonry .c-card {display:block;} custom CSS but it makes the gaps between posts a little larger which doesn’t look as nice.