An element with more text pushes down other inline-block elements. Why?

后端 未结 1 783
梦谈多话
梦谈多话 2020-12-19 08:19

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

相关标签:
1条回答
  • 2020-12-19 09:04

    On .search_result, add vertical-align: top.

    Live Demo

    0 讨论(0)
提交回复
热议问题