Force word wrap through CSS

后端 未结 7 1255
忘掉有多难
忘掉有多难 2021-01-04 00:10

At the moment TEST TEST appear side by side. How can I push one down onto a second line? Only through CSS.

TEST TEST

7条回答
  •  旧时难觅i
    2021-01-04 00:27

    Simple, simply put TEST<'br />TEST only through css it is not possible unless you have two subcontainers, one for each "TEST".

提交回复
热议问题