diff --git a/lib/ace/css/editor.css b/lib/ace/css/editor.css index 287b0c02..c93af987 100644 --- a/lib/ace/css/editor.css +++ b/lib/ace/css/editor.css @@ -3,13 +3,13 @@ overflow: hidden; font-family: "Menlo", "Monaco", "Courier New", monospace; - font-size: 12px; + font-size: 12px; } .ace_scroller { position: absolute; overflow-x: scroll; - overflow-y: hidden; + overflow-y: hidden; } .ace_content { @@ -89,7 +89,7 @@ .ace_layer { z-index: 1; position: absolute; - overflow: hidden; + overflow: hidden; white-space: nowrap; height: 100%; width: 100%;