diff --git a/src/index.js b/src/index.js index bf2bcaa..37483b7 100644 --- a/src/index.js +++ b/src/index.js @@ -197,7 +197,7 @@ const state = EditorState.create({ autocomplete: customCompletions, }), EditorView.theme({ - "&": { height: "100%" }, + "&": { height: "100%", fontSize: smallScreen ? "18px" : "16px" }, ".cm-scroller": { overflow: "auto" }, }), EditorView.lineWrapping,