🐛 fix: align text to left codeblocks with line numbers

Fixes issue introduced in commit 85ccc08, which centered all table text.
main
welpo 2 years ago
parent edcfa359ef
commit 672772a700
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

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

Loading…
Cancel
Save