Skip to content

Instantly share code, notes, and snippets.

@kyontan
Created January 25, 2014 13:06
Show Gist options
  • Save kyontan/8616088 to your computer and use it in GitHub Desktop.
Save kyontan/8616088 to your computer and use it in GitHub Desktop.
CSS 溢れた文字列を"..."で省略
{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment