diff --git a/app/components/SimpleEditor/miniEditor/miniEditor.js b/app/components/SimpleEditor/miniEditor/miniEditor.js index 68a77bcb9804136f15bb7ead0aedbb916e197f87..71c27c9daba26e2542a1d3b3a762e0f5d0f2e870 100644 --- a/app/components/SimpleEditor/miniEditor/miniEditor.js +++ b/app/components/SimpleEditor/miniEditor/miniEditor.js @@ -5,7 +5,6 @@ import { import ContainerEditor from '../ContainerEditor' - class MiniEditor extends ProseEditor { render ($$) { const el = $$('div').addClass('sc-mini-editor') diff --git a/app/components/SimpleEditor/miniEditor/miniEditor.scss b/app/components/SimpleEditor/miniEditor/miniEditor.scss index bf250805a6bb3260fc6e1d886cd096d935ce4404..9c1c8aa1d230603bce30609ac83cf532111e0b30 100644 --- a/app/components/SimpleEditor/miniEditor/miniEditor.scss +++ b/app/components/SimpleEditor/miniEditor/miniEditor.scss @@ -14,13 +14,15 @@ $background: #fff; .se-scrollable { margin-top: 0; - min-height: 500px; + min-height: 700px; + background: $background; .se-content { background: $background; line-height: 20px; margin: 0; min-height: 110px; + box-shadow: none; .sc-container-editor { padding: 0;