Merge pull request #4852 from bugron/fix/codemirror-line-height
Fix CodeMirror class line-height property value
This commit is contained in:
@ -624,6 +624,10 @@ form.code span {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror {
|
||||||
|
line-height: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.CodeMirror-linenumber {
|
.CodeMirror-linenumber {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-family: "Ubuntu Mono";
|
font-family: "Ubuntu Mono";
|
||||||
|
Reference in New Issue
Block a user