Merge pull request #174 from omnivore-app/fix/code-styling-width

Remove inline-block styling on code blocks
This commit is contained in:
Jackson Harper 2022-03-02 10:06:50 -08:00 committed by GitHub
commit ff871c35bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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