diff --git a/CHANGELOG.md b/CHANGELOG.md index 0367587..4aad383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ **Bugfix:** * Added CSS to automatically wrap links that overflow +* Added CSS to automatically wrap code blocks that overflow ## [v1.2.14](https://github.com/hibbitts-design/docsify-open-course-starter-kit/releases/tag/v1.2.14) ### 04/29/2024 diff --git a/docs/assets/css/theme.css b/docs/assets/css/theme.css index 2a7c119..d35425d 100644 --- a/docs/assets/css/theme.css +++ b/docs/assets/css/theme.css @@ -229,6 +229,7 @@ .markdown-section code { white-space: pre-wrap!important; + overflow-wrap: anywhere; } .markdown-section pre code {