Created
January 26, 2013 07:09
-
-
Save houoop/4640687 to your computer and use it in GitHub Desktop.
CSS 超出文字变省略号
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
width: 200px; | |
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