コンマで区切られた長い文字列があり、css スタイルの word-wrap:break ワードを使用しようとしていますが、スペースのない文字列では機能しないようです。これは期待されていますか?
私のテーブルは次のようになります。
<table class="table table-striped" style="margin-top:20px;background-color:#f2f2f2;">
<tbody>
<tr>
<td width="150px" valign="top" style="white-space:nowrap;"><b>Favorite Activities:</b></td>
<td width="50px" style="word-wrap:break-word;">some,really,really,long,long,string,with,out,any,spaces,just,a,comma,delimited,list</td>
</tr>
</tbody>
</table>
これに対する回避策はありますか?