Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created March 18, 2016 03:04
Show Gist options
  • Select an option

  • Save leohxj/cce3603a2c8155175492 to your computer and use it in GitHub Desktop.

Select an option

Save leohxj/cce3603a2c8155175492 to your computer and use it in GitHub Desktop.
文字超过一行,显示省略号
div {
width: 300px;
overflow: hidden;
white-space: nowrap;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment