Skip to content

Instantly share code, notes, and snippets.

@RyoSugimoto
Created October 14, 2014 04:43
Show Gist options
  • Save RyoSugimoto/3e7e45a47297eca5d4ce to your computer and use it in GitHub Desktop.
Save RyoSugimoto/3e7e45a47297eca5d4ce to your computer and use it in GitHub Desktop.
ボックスの幅を超えたテキストの省略。
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment