Created
July 17, 2013 03:36
-
-
Save koshuang/6017497 to your computer and use it in GitHub Desktop.
Text overflow
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
div { | |
overflow : hidden; | |
text-overflow : ellipsis; | |
white-space : nowrap; | |
width : 240px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment