Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个菜鸟问题。<p>我在标签中有一长串文本(带空格) 。
<p>
绳子永远持续下去,最后不会缠绕或断裂。这是我正在做的事情:
http://jsfiddle.net/lordzardeck/RmFkk/
您受到 ext-all.css 样式的影响(第 21 行)
.x-grid-cell-inner { white-space: nowrap; }
您可能想要执行以下操作:
.chat-message p { white-space:normal; }