fix: Line number alignment in code blocks nested in lists

closes #5217
This commit is contained in:
Tom Moor
2023-04-30 16:47:40 -04:00
parent 60b15b7b46
commit df1c360b2a

View File

@@ -1027,8 +1027,7 @@ mark {
top: calc(1px + 0.75em);
width: calc(var(--line-number-gutter-width,0) * 1em + .25em);
word-break: break-all;
text-align: right;
white-space: break-spaces;
font-family: ${props.theme.fontFamilyMono};
font-size: 13px;
line-height: 1.4em;