Skip to content

Instantly share code, notes, and snippets.

@hiloki
Created March 18, 2014 10:00
Show Gist options
  • Save hiloki/9617029 to your computer and use it in GitHub Desktop.
Save hiloki/9617029 to your computer and use it in GitHub Desktop.
Untitled
.title {
border: 1px solid red;
/display: block; /* BlockまたはInline Block */
max-width: 200px; /* 省略しない最大幅を決める。%指定なども可 */
}
.ellipsis {
/overflow: hidden; /* 最大幅を超える分を隠す */
/text-overflow: ellipsis; /* 省略されるときに末尾を ... に変える */
/white-space: nowrap; /* テキストの折り返しを防ぐ */
}
<h2 class="title ellipsis">
これはながいながいながいタイトルです。とてもながいながいタイトルです。</h2>
<h2 class="title ellipsis">タイトルです。</h2>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"140","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment