Skip to content

Instantly share code, notes, and snippets.

@manxisuo
Created May 7, 2013 18:01
Show Gist options
  • Save manxisuo/5534712 to your computer and use it in GitHub Desktop.
Save manxisuo/5534712 to your computer and use it in GitHub Desktop.
CSS 省略号
selector {
width: 270px;
overflow-x: 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