Skip to content

Commit

Permalink
Fix formatting conflict with Prism formatted code blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Oct 15, 2024
1 parent 9097941 commit 718720d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/assets/css/toc.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
flex-direction: row-reverse;
justify-content: center;
}
/* Specific style for .token.content inside code blocks */
.content code .token.content {
display: inline;
}
.markdown-section {
flex: 1 1 0%;
margin: 0 48px;
Expand Down

0 comments on commit 718720d

Please sign in to comment.