Inline-block element height issue

前端 未结 7 580
星月不相逢
星月不相逢 2020-12-15 07:38

I have a simple example in which an outer DIV contains an inner DIV which has
display: inline-block;.
Because I have set the

相关标签:
7条回答
  • 2020-12-15 08:29

    The problem is the display: inline-block; property. Try display: block; instead.

    http://jsfiddle.net/bs14zzeb/7/

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