Skip to content

Commit 27e3adf

Browse files
authored
fix(theme): align number to code line (#2044)
1 parent fb97498 commit 27e3adf

File tree

1 file changed

+1
-1
lines changed
  • src/client/theme-default/styles/components

1 file changed

+1
-1
lines changed

src/client/theme-default/styles/components/vp-doc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
z-index: 3;
406406
/*rtl:ignore*/
407407
border-right: 1px solid var(--vp-code-block-divider-color);
408-
padding-top: 16px;
408+
padding-top: 20px;
409409
width: 32px;
410410
text-align: center;
411411
font-family: var(--vp-font-family-mono);

0 commit comments

Comments
 (0)