forked from deepStateMirrors/tabi
🐛 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
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ code {
|
||||||
margin: 0rem;
|
margin: 0rem;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0rem;
|
border-spacing: 0rem;
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
td,
|
td,
|
||||||
th,
|
th,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue