Skip to content

Instantly share code, notes, and snippets.

@vyspiansky
Created January 4, 2020 14:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyspiansky/25cbd54651229ed74ffb17a2f266d003 to your computer and use it in GitHub Desktop.
Save vyspiansky/25cbd54651229ed74ffb17a2f266d003 to your computer and use it in GitHub Desktop.
CSS: show the empty cells in the table
td {
empty-cells: show;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment