Commit 0d6b4cc0 by Рамис

min-height editor

parent 6a77eb49
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.0.4", "version": "1.0.5",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -3,7 +3,7 @@ body{ ...@@ -3,7 +3,7 @@ body{
} }
.ProseMirror{ .ProseMirror{
outline: none; outline: none;
min-height: 200px; min-height: 204px;
} }
.atma-editor { .atma-editor {
position: relative; position: relative;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment