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.
私はnoobの問題を抱えています。<p>タグ内に長いテキスト文字列 (スペースを含む) があります。
<p>
文字列は永遠に続き、最後に折り返されたり壊れたりすることはありません。これが私が行っていることです:
http://jsfiddle.net/lordzardeck/RmFkk/
ext-all.css のスタイルの影響を受けています (行:21)
.x-grid-cell-inner { white-space: nowrap; }
あなたはおそらく次のようなことをしたいと思うでしょう:
.chat-message p { white-space:normal; }