diff --git a/client/modules/IDE/components/Editor.jsx b/client/modules/IDE/components/Editor.jsx index 6ce6bdef..014780c1 100644 --- a/client/modules/IDE/components/Editor.jsx +++ b/client/modules/IDE/components/Editor.jsx @@ -191,48 +191,50 @@ class Editor extends React.Component { role="main" className={editorSectionClass} > - - -
- {this.props.file.name} - {this.props.unsavedChanges ? '*' : null} - -
- - +
+ + +
+ {this.props.file.name} + {this.props.unsavedChanges ? '*' : null} + +
+ + +