🐛 fix: align text to left codeblocks with line numbers

Fixes issue introduced in commit 85ccc08, which centered all table text.
This commit is contained in:
welpo
2023-08-02 23:29:54 +02:00
parent edcfa359ef
commit 672772a700

View File

@@ -16,6 +16,7 @@ code {
margin: 0rem;
border-collapse: collapse;
border-spacing: 0rem;
text-align: left;
td,
th,