fixed the code block misplace

v1.2.0
Kun.Peng 2019-10-08 13:02:24 +08:00 committed by GitHub
parent 006547977b
commit c19816fd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ code[class*="language-"]::selection, code[class*="language-"] ::selection {
pre[class*="language-"] {
padding: -2em;
margin: .5em 0;
overflow: visible;
overflow: auto;
border-radius: 2px;
}