diff --git a/app/app/components/section/markdown/type-editor.js b/app/app/components/section/markdown/type-editor.js index 6912ecb5..507746a5 100644 --- a/app/app/components/section/markdown/type-editor.js +++ b/app/app/components/section/markdown/type-editor.js @@ -10,7 +10,7 @@ export default Ember.Component.extend({ didInsertElement() { let height = $(document).height() - $(".document-editor > .toolbar").height() - 130; - $("#markdown-editor, #markdown-preview").css("height", height); + $("#markdown-editor").css("height", height); this.renderPreview(); let self = this;