Live video on the AT Protocol

preserve whitespace in first table column cells

+5
+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", 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
···
··· 1 + table td:first-child, 2 + table th:first-child { 3 + white-space: pre; 4 + }