Skip to content

Commit

Permalink
fix(theme): remove extra padding in code blocks with line numbers
Browse files Browse the repository at this point in the history
Co-authored-by: Divyansh Singh <[email protected]>
  • Loading branch information
botue and brc-dd authored Aug 16, 2022
1 parent 2c89afb commit f6d6c62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client/theme-default/styles/components/vp-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f6d6c62

Please sign in to comment.