parent
2a55ff62f3
commit
b452d5e0c7
|
@ -12,7 +12,8 @@ window.editors = [];
|
|||
showPrintMargin: false,
|
||||
showLineNumbers: false,
|
||||
showGutter: false,
|
||||
maxLines: Infinity
|
||||
maxLines: Infinity,
|
||||
fontSize: "0.875em" // please adjust the font size of the code in general.styl
|
||||
});
|
||||
|
||||
editor.$blockScrolling = Infinity;
|
||||
|
|
|
@ -11,7 +11,7 @@ body {
|
|||
|
||||
code {
|
||||
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace;
|
||||
font-size: 0.875em;
|
||||
font-size: 0.875em; // please adjust the ace font size accordingly in editor.js
|
||||
}
|
||||
|
||||
.left {
|
||||
|
|
Loading…
Reference in New Issue