tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
preserve whitespace in first table column cells
Natalie B.
8 months ago
abee6b36
7961e88f
+5
2 changed files
expand all
collapse all
unified
split
js
docs
astro.config.mjs
src
styles
pre-first-table-col.css
+1
js/docs/astro.config.mjs
···
13
"@fontsource/atkinson-hyperlegible-next/400.css",
14
"@fontsource/atkinson-hyperlegible-next/600.css",
15
"./src/styles/custom-font-face.css",
0
16
],
17
social: [
18
{
···
13
"@fontsource/atkinson-hyperlegible-next/400.css",
14
"@fontsource/atkinson-hyperlegible-next/600.css",
15
"./src/styles/custom-font-face.css",
16
+
"./src/styles/pre-first-table-col.css",
17
],
18
social: [
19
{
+4
js/docs/src/styles/pre-first-table-col.css
···
0
0
0
0
···
1
+
table td:first-child,
2
+
table th:first-child {
3
+
white-space: pre;
4
+
}