This is super simple and I\'m completely baffled by this behavior. I want my search results to display in a nice grid of blocks of 2 in a row. But instead it shows up crooke
On .search_result, add vertical-align: top.
.search_result
vertical-align: top
Live Demo