improvement(editor): remove editor width constraint (#2626)
* Remove Editor max width * Increase divider width
This commit is contained in:
parent
6765bbd2fd
commit
752927060e
@ -38,7 +38,7 @@ const ReactSplitPaneGlobalStyles = () => (
|
|||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
width: 1px;
|
width: 2px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
@ -83,7 +83,6 @@ const EditorContainer = styled.div`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const Editor = styled.div`
|
const Editor = styled.div`
|
||||||
max-width: 1600px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user