Merge pull request #819 from StefanieJaeger/css-comment
Update comment in editor.js
This commit is contained in:
commit
6eeaaaa44d
|
@ -13,7 +13,7 @@ window.editors = [];
|
|||
showLineNumbers: false,
|
||||
showGutter: false,
|
||||
maxLines: Infinity,
|
||||
fontSize: "0.875em" // please adjust the font size of the code in general.styl
|
||||
fontSize: "0.875em" // please adjust the font size of the code in general.css
|
||||
});
|
||||
|
||||
editor.$blockScrolling = Infinity;
|
||||
|
|
Loading…
Reference in New Issue