Skip to content

Commit

Permalink
markdown: fix code block font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Aug 22, 2022
1 parent c67acc7 commit 5467054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blocks/file-blocks/markdown-edit/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ pre,
background: #f6f8fa;
padding: 0.6em 1em !important;
margin: -0.9em 0 !important;
font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas,
Liberation Mono, monospace;
}
.cm-line:not(.cm-code) + .cm-code {
margin-top: 0 !important;
Expand Down

0 comments on commit 5467054

Please sign in to comment.