Created
June 8, 2016 01:08
-
-
Save ezy/9f9981e368ae86494734abba0c60d52b to your computer and use it in GitHub Desktop.
Automatically create dots with overflow text using 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
| .ind .table-container table td, .ind .table-container table th { | |
| overflow: hidden; | |
| white-space: nowrap; | |
| text-overflow: ellipsis; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment