fix line-num and line padding and set width for line container to 100%

This commit is contained in:
Aditya Telange 2023-12-23 21:16:54 +05:30
parent 3e07bf1a6d
commit c77c5fdacd
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -6,15 +6,14 @@
display: flex; display: flex;
} }
table pre.chroma code { .chroma .lnt {
padding: 0.4rem 0; padding-inline-start: 12px;
} }
/* .chroma .lntd:first-of-type { table pre.chroma code {
padding-inline-start: 10px; padding: 10px 0;
} }
.chroma .lntd:last-of-type { .chroma .lntd:last-of-type {
padding-inline-end: 10px;
width: 100%; width: 100%;
} */ }