Fix table whitespace

This commit is contained in:
Endeavorance 2025-06-07 11:33:38 -04:00
parent 6afc96f332
commit 459f144bef
2 changed files with 1 additions and 2 deletions

View file

@ -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? | | | | | | | | | | |

View file

@ -102,7 +102,6 @@ table {
font-size: 1em;
border: 1px solid var(--color-text);
margin: 0 auto;
white-space: nowrap;
border-collapse: collapse;
}
th,