Adjust max url length (#478)

* Adjust max url length

* Unneeded tr adjustment
This commit is contained in:
Jaco
2021-09-03 12:18:21 +03:00
committed by GitHub
parent 21d17f4beb
commit fc5e9b625d
3 changed files with 7 additions and 6 deletions
+1
View File
@@ -37,6 +37,7 @@
input#search { border: 1px solid #888; border-radius: 0.25rem; display: none }
table { margin: 0 }
td:first-child { max-width: 29rem; overflow: hidden; text-overflow: ellipsis }
td:not(.centered) { font: var(--font-mono); padding: 0.25rem 0.5rem; text-align: right }
td.centered { opacity: 0.65; padding: 1rem; text-align: center }
td:nth-child(2) { width: 100% }