CodeMirror should use monospace fonts.

TNL-197
This commit is contained in:
Usman Khalid
2014-09-08 19:45:52 +05:00
parent 5364508e48
commit 10f05798e7

View File

@@ -442,6 +442,7 @@ code {
.CodeMirror {
@extend %t-copy-sub1;
background: #fff;
font-family: $f-monospace;
}
.text-editor {