Skip to content
Snippets Groups Projects
Commit d003c3ec authored by Luna's avatar Luna
Browse files

merge: Fixed broken line numbers (!471)

View MR for information: TransFem-org/Sharkey!471



Approved-by: default avatarAmelia Yukii <amelia.yukii@shourai.de>
Approved-by: Luna's avatarLuna <her@mint.lgbt>
parents d1f0fc6d b918f38e
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ watch(() => props.lang, (to) => {
counter-increment: step 0;
}
.codeBlockRoot :global(.shiki) > code > .line::before {
.codeBlockRoot :global(.shiki) > code > span::before {
content: counter(step);
counter-increment: step;
width: 1rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment