Changed CodeMirror back to use a monospaced font, which is important.
This commit is contained in:
@@ -3701,8 +3701,8 @@ form#wiki_revision .CodeMirror {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
border: 1px solid black;
|
||||
text-align: left; }
|
||||
font-family: monospace;
|
||||
margin-bottom: 20px; }
|
||||
form#wiki_revision textarea, form#wiki_revision .CodeMirror {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
||||
@@ -15,8 +15,8 @@ form#wiki_revision {
|
||||
.CodeMirror {
|
||||
@extend textarea;
|
||||
@include box-sizing(border-box);
|
||||
border: 1px solid black;
|
||||
text-align: left;
|
||||
font-family: monospace;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
||||
Reference in New Issue
Block a user