css Word wrap css / whitespace / evitar saltos de linea / truncate string ellipsis

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Word wrap css / whitespace / evitar saltos de linea / truncate string ellipsis相关的知识,希望对你有一定的参考价值。

.wordWrap {
  white-space: nowrap;
}

.ellipsis {
  display: inline-block;
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

以上是关于css Word wrap css / whitespace / evitar saltos de linea / truncate string ellipsis的主要内容,如果未能解决你的问题,请参考以下文章

white-spaceword-breakword-wrap是css里最基本又最让人迷惑的三个属性-彻底搞清楚

CSS强制英文中文换行与不换行 强制英文换行

CSS强制英文中文换行与不换行 强制英文换行

不同浏览器下word-wrap,word-break,white-space强制换行和不换行总结

pre标签中内容超出时换行

“前”方有坑,绕道而行-- H5+CSS