diff --git a/Wino.Mail/JS/editor.html b/Wino.Mail/JS/editor.html index 06d61265..8ab08aca 100644 --- a/Wino.Mail/JS/editor.html +++ b/Wino.Mail/JS/editor.html @@ -18,6 +18,8 @@ height: 100%; } + + .jodit-container:not(.jodit_inline) { background-color: transparent; border: none; diff --git a/Wino.Mail/JS/editor.js b/Wino.Mail/JS/editor.js index 32d2765d..280cb5cc 100644 --- a/Wino.Mail/JS/editor.js +++ b/Wino.Mail/JS/editor.js @@ -6,6 +6,7 @@ const editor = Jodit.make("#editor", { "toolbarAdaptive": false, "toolbarInlineForSelection": false, "showCharsCounter": false, + style: { font: "14px Arial" }, "showWordsCounter": false, "showXPathInStatusbar": false, "disablePlugins": "add-new-line",