1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Use monospace font for Markdown editor

Closes #227
This commit is contained in:
Harvey Kandola 2019-03-18 18:02:47 +00:00
parent 6738d2c9e1
commit a08b583b22
2 changed files with 3 additions and 2 deletions

View file

@ -267,7 +267,8 @@
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
font-size: 1.1rem;
font-size: 1rem;
font-family: monospace, 'Courier New', Courier;
}
.CodeMirror-linebackground {