diff --git a/browser/components/MarkdownSplitEditor.js b/browser/components/MarkdownSplitEditor.js index 8dcf0835..84f31af3 100644 --- a/browser/components/MarkdownSplitEditor.js +++ b/browser/components/MarkdownSplitEditor.js @@ -35,35 +35,33 @@ class MarkdownSplitEditor extends React.Component { const storage = findStorage(storageKey) return (
-
- this.handleOnChange(e)} - /> -
-
- -
+ this.handleOnChange(e)} + /> +
) } diff --git a/browser/components/MarkdownSplitEditor.styl b/browser/components/MarkdownSplitEditor.styl index c439bed9..c9afd22f 100644 --- a/browser/components/MarkdownSplitEditor.styl +++ b/browser/components/MarkdownSplitEditor.styl @@ -3,7 +3,7 @@ height 100% font-size 30px display flex - .editor + .codeEditor width 50% .preview width 50%