Skip to content

Instantly share code, notes, and snippets.

@hughshen
Created June 26, 2017 13:44
Show Gist options
  • Save hughshen/340d63a018880f18740ea2092e3dd739 to your computer and use it in GitHub Desktop.
Save hughshen/340d63a018880f18740ea2092e3dd739 to your computer and use it in GitHub Desktop.
CSS 超出内容以省略号代替。
.ellipsis {
width: 100px;
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