fix: pre.code style issues (#195)

pull/230/head
Seaton Jiang 2020-04-04 18:41:49 +08:00
parent a8dbab010d
commit 7e2f83fb87
2 changed files with 3 additions and 1 deletions

View File

@ -867,6 +867,8 @@ button:focus {
}
.k-main .details .article .content pre code {
margin: 0;
padding: 0;
background-color: transparent;
}

File diff suppressed because one or more lines are too long