Fix CodeMirror class line-height property value

This commit is contained in:
Arsen Melikyan
2015-12-01 14:54:51 +04:00
parent 500d12f3f0
commit a661b05f86

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";