White space above second inline-block div

前端 未结 5 1996
囚心锁ツ
囚心锁ツ 2021-02-02 11:05

I\'m sure I\'ve overlooked something here but cannot work it out. There\'s white space above my second inline-block div, and this only occurs when the \'text here\' length in th

5条回答
  •  执念已碎
    2021-02-02 11:43

    Default value of vertical-align is baseline and when applied to blocks of different heights, it's often unwanted.

    Applying a value of top will solve your problem. Here's a working fiddle: http://jsfiddle.net/PhilippeVay/B2S4r/3/ (as there's no stylesheet in your fiddle but only inline CSS, I won't even try to find how to aim for the one on the right)

提交回复
热议问题