Created
March 18, 2016 03:04
-
-
Save leohxj/cce3603a2c8155175492 to your computer and use it in GitHub Desktop.
文字超过一行,显示省略号
This file contains hidden or 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
| 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