Fix CodeMirror class line-height property value

pull/4852/head
Arsen Melikyan 2015-12-01 14:54:51 +04:00
parent 500d12f3f0
commit a661b05f86
1 changed files with 4 additions and 0 deletions

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