mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove inline-block styling on code blocks
This will let code blocks go full width without inline code statements creating a new line break.
This commit is contained in:
parent
2bce598624
commit
304f6352dc
1 changed files with 0 additions and 1 deletions
|
|
@ -293,7 +293,6 @@ on smaller screens we display the note icon
|
|||
|
||||
.article-inner-css pre,
|
||||
.article-inner-css code {
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
word-wrap: initial;
|
||||
font-family: 'SF Mono', monospace !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue