Created
November 15, 2017 09:35
-
-
Save IS-Kuan/3ccccaf25927c571c012d206102c7db3 to your computer and use it in GitHub Desktop.
table td text-ellipsis example
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
th.name { width: 100%; } | |
td.name { | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
overflow: hidden; | |
} | |
@media screen and (max-width: 1399px) { td.name { max-width: 100px; } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment