🐛 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:
parent
edcfa359ef
commit
672772a700
@ -16,6 +16,7 @@ code {
|
||||
margin: 0rem;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0rem;
|
||||
text-align: left;
|
||||
|
||||
td,
|
||||
th,
|
||||
|
Loading…
x
Reference in New Issue
Block a user