We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5277aef commit c5cec29Copy full SHA for c5cec29
src/components/CodeEditor.js
@@ -15,7 +15,7 @@ class CodeEditor extends Component {
15
constructor(props) {
16
super(props)
17
this.state = {
18
- editorHeight: '85vh',
+ editorHeight: '82.5vh',
19
editorWidth: 'auto'
20
}
21
this.onResize = this.onResize.bind(this);
src/components/ResultsEditor.js
@@ -8,7 +8,7 @@ class ResultsEditor extends Component {
8
9
10
11
12
13
14
0 commit comments