diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index be81f560..cef995c8 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -160,6 +160,8 @@ z-index: 1; position: absolute; overflow: hidden; + /* workaround for chrome bug https://github.com/ajaxorg/ace/issues/2312*/ + word-wrap: normal; white-space: pre; height: 100%; width: 100%;