Files
freeCodeCamp/client/less/code-mirror.less
Abdelghani TAssi 9030df2d8b fix: uniformize text font size to 15px
fix: change code area text font size to 15px

fix: undo modification that have been accidentally commited

fix: undo modification that have been accidentally commited

fix: change tests font size to 15px
2017-08-23 23:35:55 +02:00

34 lines
473 B
Plaintext

.ReactCodeMirror {
height: 100%;
}
.CodeMirror {
height: 100%;
line-height: 1 !important;
}
.CodeMirror span {
font-size: 15px;
font-family: "Ubuntu Mono";
padding-bottom: 0px;
margin-bottom: 0px;
height: 100%;
}
.CodeMirror-gutters {
background-color: @body-bg;
}
.CodeMirror-linenumber {
font-size: 15px;
font-family: "Ubuntu Mono";
}
.CodeMirror-scroll {
padding-bottom: 30px;
}
.challenge-log .CodeMirror {
height: 100%;
width: 100%;
}