fix: add white-space: pre-wrap to wrap long code blocks
This commit is contained in:
committed by
Mathias Schopmans
parent
7d840993ca
commit
7915aba236
@@ -98,6 +98,7 @@ ol {
|
|||||||
|
|
||||||
pre {
|
pre {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
|
|||||||
Reference in New Issue
Block a user