diff --git a/storage/sqlite/sqlite.html b/storage/sqlite/sqlite.html index faca8ab7..adc7d89a 100644 --- a/storage/sqlite/sqlite.html +++ b/storage/sqlite/sqlite.html @@ -124,7 +124,7 @@ } var editorRow = $("#dialog-form>div.node-text-editor-row"); height -= (parseInt(editorRow.css("marginTop"))+parseInt(editorRow.css("marginBottom"))); - $(".node-text-editor").css("height",height+"px"); + $("#dialog-form .node-text-editor").css("height",height+"px"); this.editor.resize(); } });