CSS

【css】 文字列を折り返してスマホ画面からURLが飛び出さないようにする方法

長い一つの文字列を要素の範囲内で折り返し表示させたい。
要するに
長い文字列を折り返す

↑こういうことをしたい。

(引用:http://qiita.com/colorrabbit/items/df8db3c0a3bca5c26d03

スタイル対応

■そのまま飛び出して良い場合
word-wrap: normal;

■折り返えして表示したい場合(推奨)
word-wrap: break-word;

 


Warning: Undefined variable $postID in /home/foodheart/flashbuilder-job.com/public_html/wp-content/themes/stingerplus/single.php on line 87

-CSS