Remove block formatting on code

This fixes line breaks being added on inline code elements for
example lines like:

call the <code>sprintf</code> function
This commit is contained in:
Jackson Harper
2022-02-26 13:27:02 -08:00
parent de07e9ad92
commit 07066a0619

View File

@ -293,8 +293,6 @@ on smaller screens we display the note icon
.article-inner-css pre,
.article-inner-css code {
display: block;
font-size: 0.87em;
word-wrap: initial;
font-family: 'SF Mono', monospace !important;
white-space: pre;