Skip to content

Commit 82fac5d

Browse files
committed
fix(theme): adjust margin of code blocks inside containers
closes #4921
1 parent 2b77fb3 commit 82fac5d

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
}
227227

228228
.vp-doc .custom-block div[class*='language-'] {
229-
margin: 8px 0;
229+
margin: 8px 0 !important;
230230
border-radius: 8px;
231231
}
232232

0 commit comments

Comments
 (0)