mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #144 from omnivore-app/fix/code-inline-block
Use inline-block for code so it scrolls on smaller devices
This commit is contained in:
commit
61f182f730
1 changed files with 2 additions and 0 deletions
|
|
@ -293,6 +293,8 @@ 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;
|
||||
white-space: pre;
|
||||
|
|
|
|||
Loading…
Reference in a new issue