Skip to content

Commit

Permalink
Fix white-space behaviour of inline code blocks (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushenn committed May 13, 2024
1 parent 775e99d commit 80a2886
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/_static/scss/includes/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ li pre {
padding-left: 1.5rem;
}

table {
span.pre {
white-space: wrap;
text-wrap: balance;
}
}


// ----------------------
// Image
Expand Down

0 comments on commit 80a2886

Please sign in to comment.