how to avoid a new line with p tag?

后端 未结 5 597
灰色年华
灰色年华 2020-12-13 02:07

How can I stay on the same line while working with

tag?

5条回答
  •  一整个雨季
    2020-12-13 02:31

    I came across this for css

    span, p{overflow:hidden; white-space: nowrap;}
    

    via similar stackoverflow question

提交回复
热议问题