Space every cell

main
Charlotte Som 2022-07-26 05:12:58 +01:00
parent 504b57361c
commit 650d4ec5aa
2 changed files with 2 additions and 7 deletions

View File

@ -54,6 +54,7 @@ table {
th,
td {
text-align: start;
padding: 0.5em;
}
form {
@ -66,10 +67,6 @@ form button {
margin-top: 0.5em;
}
table pre.spaced {
padding: 0.5em;
}
table td.clipped {
overflow-x: clip;
white-space: nowrap;

View File

@ -16,9 +16,7 @@ const populateRedirects = async (redirKey) => {
h(
"td",
{},
h("a", { href: "/" + redirect.path }, [
h("pre", { className: "spaced" }, [redirect.path]),
])
h("a", { href: "/" + redirect.path }, [h("pre", {}, [redirect.path])])
),
h(
"td",