fix(theme): remove extra padding in code blocks with line numbers

Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com>
pull/1182/head
botue 2 years ago committed by GitHub
parent 2c89afb7dd
commit f6d6c62117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -333,10 +333,6 @@
padding-left: 32px;
}
.vp-doc div[class*='language-'].line-numbers-mode pre {
padding-left: 16px;
}
.vp-doc .line-numbers-wrapper {
position: absolute;
top: 0;

Loading…
Cancel
Save