Skip to content

Commit

Permalink
fix(code): code block highlight bug in ul (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazlank authored Aug 20, 2021
1 parent 46145bf commit 9245226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/styles/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ div[class*='language-'] {
li > div[class*='language-'] {
border-radius: 6px 0 0 6px;
margin: 1rem -1.5rem 1rem -1.25rem;
line-height: initial;
}

@media (min-width: 420px) {
Expand Down

0 comments on commit 9245226

Please sign in to comment.