fix: add white-space: pre-wrap to wrap long code blocks

This commit is contained in:
Mathias Schopmans
2024-02-26 09:26:23 +01:00
committed by Mathias Schopmans
parent 7d840993ca
commit 7915aba236

View File

@@ -98,6 +98,7 @@ ol {
pre { pre {
margin-bottom: 1em; margin-bottom: 1em;
white-space: pre-wrap;
} }
code { code {