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

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;