Created
June 26, 2017 13:44
-
-
Save hughshen/340d63a018880f18740ea2092e3dd739 to your computer and use it in GitHub Desktop.
CSS 超出内容以省略号代替。
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
.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