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
34 lines
473 B
Plaintext
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%;
|
|
}
|