Skip to content

Commit c5cec29

Browse files
committed
Modified editor height.
1 parent 5277aef commit c5cec29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/CodeEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CodeEditor extends Component {
1515
constructor(props) {
1616
super(props)
1717
this.state = {
18-
editorHeight: '85vh',
18+
editorHeight: '82.5vh',
1919
editorWidth: 'auto'
2020
}
2121
this.onResize = this.onResize.bind(this);

src/components/ResultsEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ResultsEditor extends Component {
88
constructor(props) {
99
super(props)
1010
this.state = {
11-
editorHeight: '85vh',
11+
editorHeight: '82.5vh',
1212
editorWidth: 'auto'
1313
}
1414
this.onResize = this.onResize.bind(this);

0 commit comments

Comments
 (0)