Div height:0px does not work?

后端 未结 10 1300
既然无缘
既然无缘 2020-12-05 04:42

Setting a div height to 0px does not seem to work.

The div expands to show it

10条回答
  •  暖寄归人
    2020-12-05 04:59

    Try to also set line-height: 0;

    And if you want to hide your div completely, use display: none;

提交回复
热议问题