mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 14:52:37 +00:00
Merge pull request #819 from StefanieJaeger/css-comment
Update comment in editor.js
This commit is contained in:
commit
6eeaaaa44d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue