Skip to content

Commit

Permalink
fix: Fix the content of code blocks to be displayed outside the pre c…
Browse files Browse the repository at this point in the history
…ontainer,issue hinesboy#729
  • Loading branch information
jiawulin001 committed Nov 24, 2021
1 parent d29e1bf commit c611bdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/css/md.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@
.markdown-body .hljs-left {
text-align: left;
}
.markdown-body .hljs {
overflow: auto;
}

0 comments on commit c611bdd

Please sign in to comment.