remove white space between ln nos and code

This commit is contained in:
Michael Barz 2020-05-05 09:28:13 +02:00
parent 6b4a240423
commit 2bd4f35de2
No known key found for this signature in database
GPG Key ID: 8B36FAF20D80DB3F

View File

@ -57,6 +57,7 @@
} }
.chroma .lntable td:first-child { .chroma .lntable td:first-child {
padding-right: 0.5em; padding-right: 0.5em;
background-color: $color-code;
} }
.chroma .lntable td:first-child code { .chroma .lntable td:first-child code {
border-right: 1px solid #dcdfe3; border-right: 1px solid #dcdfe3;