From 2821c3deb12803892e8ab62ff9112f945e48c909 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Wed, 24 Oct 2018 16:41:19 -0400 Subject: [PATCH] improve sidebars width --- embark-ui/src/containers/EditorContainer.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/embark-ui/src/containers/EditorContainer.js b/embark-ui/src/containers/EditorContainer.js index 8741bd9b8..8b8c97a02 100644 --- a/embark-ui/src/containers/EditorContainer.js +++ b/embark-ui/src/containers/EditorContainer.js @@ -49,7 +49,7 @@ class EditorContainer extends React.Component { } textEditorMdSize() { - return this.state.currentAsideTab.length ? 5 : 10; + return this.state.currentAsideTab.length ? 7 : 10 } textEditorXsSize() { @@ -64,13 +64,13 @@ class EditorContainer extends React.Component { isContract={this.isContract()} currentFile={this.props.currentFile} /> - + this.toggleShowHiddenFiles()} /> this.onFileContentChange(newContent)} /> - {this.state.currentAsideTab && + {this.state.currentAsideTab && }