1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

HTML: URL表示が改行してくれない

Posted at

#HTML: URL表示が改行してくれない

レシポンジブ対応させるためにスマフォ画面では長いURLは自動改行してほしいものだが、あるCSS表記をしないと長いURLがそのまま1行になって表示されてしまう :point_right: スマフォ画面幅をはみ出してしまう。

###解決方法
以下の通り

<!--例-->

<span style="word-break: break-all;">http://www.riversongplasticsurgery.com/pdfs/nerve_injury_nerve_reconstruction_recovery.pdf</span>

設定するHTMLタグはspanだけでなくpでもdivでもなんでも。

参照:URLが自動改行してくれない問題

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?