improvement(editor): remove editor width constraint (#2626)

* Remove Editor max width

* Increase divider width
This commit is contained in:
Pedro Duarte 2019-09-05 20:26:31 +01:00 committed by Shawn Erquhart
parent 6765bbd2fd
commit 752927060e

View File

@ -38,7 +38,7 @@ const ReactSplitPaneGlobalStyles = () => (
&:before {
content: '';
width: 1px;
width: 2px;
height: 100%;
position: relative;
left: 10px;
@ -83,7 +83,6 @@ const EditorContainer = styled.div`
`;
const Editor = styled.div`
max-width: 1600px;
height: 100%;
margin: 0 auto;
position: relative;