Merge pull request #4852 from bugron/fix/codemirror-line-height

Fix CodeMirror class line-height property value
This commit is contained in:
Logan Tegman
2015-12-01 09:06:51 -08:00

View File

@ -624,6 +624,10 @@ form.code span {
height: 100%;
}
.CodeMirror {
line-height: 1 !important;
}
.CodeMirror-linenumber {
font-size: 18px;
font-family: "Ubuntu Mono";