diff --git a/src/browser/modules/Editor/styled.jsx b/src/browser/modules/Editor/styled.jsx index 3376bedfba7..c122ed0c253 100644 --- a/src/browser/modules/Editor/styled.jsx +++ b/src/browser/modules/Editor/styled.jsx @@ -68,6 +68,7 @@ const BaseEditorWrapper = styled.div` props.expanded ? '100vh' : Math.max(dim.editorbarHeight, props.minHeight + editorPadding * 2)}px; + width: 0; .CodeMirror { background-color: ${props => props.theme.editorBackground} !important; color: ${props => props.theme.editorCommandColor};