CSS to stop text wrapping under image

后端 未结 6 1293
栀梦
栀梦 2020-12-02 04:18

I have the following markup:

  • Text, text and more text
  • 6条回答
    •  小蘑菇
      小蘑菇 (楼主)
      2020-12-02 05:00

      If you want the margin-left to work on a span element you'll need to make it display: inline-block or display:block as well.

    提交回复
    热议问题