remove the white-space pre-wrap property on code blocks. This should probably be done with the word-break property instead
This commit is contained in:
@@ -297,7 +297,6 @@ code {
|
||||
font-size: 1em;
|
||||
padding: 1em 1.5em;
|
||||
display: block;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
code.inline-code {
|
||||
|
Reference in New Issue
Block a user