Commit d5973a0e by Usman Khalid

Merge pull request #5124 from edx/usman/tnl197-codemirror-font

CodeMirror should use monospace fonts.
parents ba7ff67a 10f05798
...@@ -442,6 +442,7 @@ code { ...@@ -442,6 +442,7 @@ code {
.CodeMirror { .CodeMirror {
@extend %t-copy-sub1; @extend %t-copy-sub1;
background: #fff; background: #fff;
font-family: $f-monospace;
} }
.text-editor { .text-editor {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment