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:
zotlabs
2018-06-24 21:56:58 -07:00
parent 86e93664d0
commit 4866ed5283
2 changed files with 2 additions and 9 deletions

View File

@@ -297,7 +297,6 @@ code {
font-size: 1em;
padding: 1em 1.5em;
display: block;
white-space: pre-wrap;
}
code.inline-code {