add horizonal scroll for code editor

This commit is contained in:
Cassie Tarakajian 2016-10-05 12:26:49 -04:00
parent dfc55aaa5b
commit 322ec88b22
2 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,8 @@ class Editor extends React.Component {
styleActiveLine: true,
inputStyle: 'contenteditable',
mode: 'javascript',
lineWrapping: true,
lineWrapping: false,
fixedGutter: false,
gutters: ['CodeMirror-lint-markers'],
keyMap: 'sublime',
lint: {

View File

@ -71,6 +71,7 @@
background-color: getThemifyVariable('editor-gutter-color');
border-color: getThemifyVariable('ide-border-color');
}
// left: 0 !important;
}
.editor__options-button {