Merge pull request #1231 from omnivore-app/fix/code-blocks-on-moz

Dont set max-width on code blocks
This commit is contained in:
Jackson Harper 2022-09-24 16:10:52 +08:00 committed by GitHub
commit cc05f4dac7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,7 +309,6 @@ on smaller screens we display the note icon
direction: ltr;
unicode-bidi: embed;
color: var(--font-color);
max-width: -moz-fit-content;
margin: 0;
overflow-x: auto;
word-wrap: normal;