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:
Jackson Harper 2022-02-26 16:28:40 -08:00 committed by GitHub
commit 61f182f730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;