Text wraps around floating div but borders and
s do not

后端 未结 5 2056
南笙
南笙 2021-01-04 05:09

I have a div that is float: right and it is inside a parent div. There are p elements inside that same parent div also, and the text wraps around t

5条回答
  •  没有蜡笔的小新
    2021-01-04 06:01

    I've had this problem before, and I wasn't sure if it was solvable.

    In your case, however, you could wrap the green box with another element and swap margin with padding and set its background to #fff to cover the offending line.

提交回复
热议问题