该字符串将永远存在,并且最终不会换行或中断.这是我发生的事情:
http://jsfiddle.net/lordzardeck/RmFkk/
.x-grid-cell-inner { white-space: nowrap; }
你可能想要做类似的事情:
.chat-message p { white-space:normal; }