<html, css> テーブルで文字列を折り返さない

テーブルtableで文字列stringを折り返さない。

td {
   white-space: nowrap;
}

例。

https://jsfiddle.net/2rgLy1eh/