We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf8e6b commit e7b561fCopy full SHA for e7b561f
lib/codemirror.js
@@ -21,7 +21,7 @@ var CodeMirror = (function() {
21
wrapper.className = "CodeMirror" + (options.lineWrapping ? " CodeMirror-wrap" : "");
22
// This mess creates the base DOM structure for the editor.
23
wrapper.innerHTML =
24
- '<div style="overflow: hidden; position: relative; width: 1px; height: 0px;">' + // Wraps and hides input textarea
+ '<div style="overflow: hidden; position: relative; width: 3px; height: 0px;">' + // Wraps and hides input textarea
25
'<textarea style="position: absolute; padding: 0; width: 1px;" wrap="off" ' +
26
'autocorrect="off" autocapitalize="off"></textarea></div>' +
27
'<div class="CodeMirror-scroll">' +
0 commit comments