Skip to content

Instantly share code, notes, and snippets.

@IS-Kuan
Created November 15, 2017 09:35
Show Gist options
  • Save IS-Kuan/3ccccaf25927c571c012d206102c7db3 to your computer and use it in GitHub Desktop.
Save IS-Kuan/3ccccaf25927c571c012d206102c7db3 to your computer and use it in GitHub Desktop.
table td text-ellipsis example
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