cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

Fix gutter width #785

Closed e45lee closed 7 years ago

e45lee commented 7 years ago

https://microsoft.github.io/monaco-editor/api/interfaces/monaco.editor.ieditoroptions.html#linenumbersminchars will be useful for fixing the gutter width

e45lee commented 7 years ago

Fixed in f7ccd0a.