Skip to content

Commit

Permalink
Support horizontal scrolling in code blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhibbitts committed Jan 2, 2025
1 parent ad0d76d commit 2732102
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -228,21 +228,11 @@
}
}

.markdown-section code {
white-space: pre-wrap !important;
overflow-wrap: break-word;
}

.markdown-section pre {
white-space: pre-wrap !important;
overflow-wrap: break-word;
}

.markdown-section pre code {
white-space: pre-wrap !important;
overflow-wrap: break-word;
}

.markdown-section a {
overflow-wrap: anywhere;
}
Expand Down

0 comments on commit 2732102

Please sign in to comment.