overflow:hidden on inline-block adds height to parent

后端 未结 4 1886
长发绾君心
长发绾君心 2020-12-24 05:36

I\'m certain this has been asked before in some form or other, but I just can\'t find an answer..

I have some nested divs

4条回答
  •  温柔的废话
    2020-12-24 06:04

    .child{
        background-color:green; 
        display:inline-block;
        overflow:hidden; 
        vertical-align: top;
    }
    

提交回复
热议问题