Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8721

枠定義:実際のサイズに合わせる一方、最大サイズを設ける

$
0
0

下記のニーズのMarkupメモです。

  1. シングル行の文字列の外に枠を付ける
  2. 幅はmaxWidthを超えない
  3. 表示しきれない長い文字列はellipsisする
.hoge{width:fit-content;//短い場合、幅は文字サイズに自動的に合わせるmax-width:400px;//文字数により幅がずっと広げるわけがないpadding:5px10px;overflow:hidden;//次の3行で表示しきれない部分は...で表すwhite-space:nowrap;text-overflow:ellipsis;}

Viewing all articles
Browse latest Browse all 8721

Latest Images

Trending Articles

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>