mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #141 from omnivore-app/fix/codeblock-margins
Remove block formatting on code
This commit is contained in:
commit
892c2d18b6
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue