Skip to content

Commit

Permalink
Merge pull request #78 from hibbitts-design/docsify-this-v1
Browse files Browse the repository at this point in the history
Update theme.css
  • Loading branch information
paulhibbitts authored Oct 16, 2024
2 parents 4583bd4 + 1d3c1c5 commit 4b02a6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,11 @@
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;
Expand Down

0 comments on commit 4b02a6c

Please sign in to comment.