From 3ba03d709a920ea88ae9ae552f620666f489fd1e Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 5 Jan 2017 14:40:04 -0500 Subject: [PATCH] fixes #241 --- client/modules/IDE/components/Editor.jsx | 86 ++++++++++++------------ client/styles/components/_editor.scss | 9 +++ client/styles/layout/_ide.scss | 6 -- client/styles/vendors/_codemirror.scss | 1 - 4 files changed, 53 insertions(+), 49 deletions(-) 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} + +
+ + +