Fix on code line numbers padding

This commit is contained in:
Igor Támara 2025-11-11 19:12:42 -05:00 committed by CJ van den Berg
parent 1f939857f6
commit fc64d995e0

View file

@ -86,6 +86,7 @@ code.zig .attribute {
.line-numbers-js pre code {
/* Initialize CSS counter for each specific pre block */
counter-reset: line;
padding: 2px;
}
.line-numbers-js span.ln {