📜  css 防止文本换行 - CSS 代码示例

📅  最后修改于: 2022-03-11 14:47:37.650000             🧑  作者: Mango

代码示例1
div {
  /* This is the default, you don't need to
     explicitly declare it unless overriding
     another declaration */
  white-space: normal; 
}