From 459f144bef1fade048fa7760bd8ba2ce774cad49 Mon Sep 17 00:00:00 2001 From: Endeavorance Date: Sat, 7 Jun 2025 11:33:38 -0400 Subject: [PATCH] Fix table whitespace --- demo/index.md | 2 +- src/defaults/default-style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/index.md b/demo/index.md index 1cbb734..eca0e1c 100644 --- a/demo/index.md +++ b/demo/index.md @@ -38,4 +38,4 @@ Tables should be a thing too | hello | world | hello | world | hello | world | hello | world | hello | world | hello | | ------------------------------------------- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | -| dfjhasfdlkjahslfkjahsdlfjhasldjhasldjhasldk | | | | | | | | | | | +| dfjhasfdlkjahslfkjahsdlfjhasldjhasldjhasldk and such and things and whatnot and even more words in this cell so that hopefully itll wrap at some point ya dig? | | | | | | | | | | | diff --git a/src/defaults/default-style.css b/src/defaults/default-style.css index 7e111a4..d03160b 100644 --- a/src/defaults/default-style.css +++ b/src/defaults/default-style.css @@ -102,7 +102,6 @@ table { font-size: 1em; border: 1px solid var(--color-text); margin: 0 auto; - white-space: nowrap; border-collapse: collapse; } th,