Skip to content

Instantly share code, notes, and snippets.

@Frulko
Created April 3, 2022 09:59
Show Gist options
  • Save Frulko/54578f6d5fdfd8ea70aed7dfff167415 to your computer and use it in GitHub Desktop.
Save Frulko/54578f6d5fdfd8ea70aed7dfff167415 to your computer and use it in GitHub Desktop.
CSS - FTP better display urls
tr td:nth-child(2) a{
font-size: 0;
}
tr td:nth-child(2) a::after{
content: attr(href);
font-size: 16px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment