Floated image to left of a ul is ignoring margin/padding

后端 未结 6 680
暗喜
暗喜 2021-02-07 20:50

I have a paragraph followed by an unordered list, with several list items. I also have an image floated to the left of that. The problem I am having is that the list item margin

6条回答
  •  甜味超标
    2021-02-07 21:18

    ul {
        overflow: auto;
    }
    

    I'll have the added advantage of not having the list items wrapping around the image.

提交回复
热议问题