fix(theme): fix blockquote overflow (with many code childs)

pull/860/head
EL JABIRI Tarik 3 years ago committed by GitHub
parent 19b0758a04
commit 2a848deb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -235,6 +235,8 @@
}
.vp-doc :not(pre) > code {
display: inline-block;
line-height: initial;
border-radius: 4px;
padding: 3px 6px;
color: var(--vp-c-text-code);

Loading…
Cancel
Save