diff --git a/lib/ace/theme/crimson_editor.js b/lib/ace/theme/crimson_editor.js index d38f0d5c..c0981537 100644 --- a/lib/ace/theme/crimson_editor.js +++ b/lib/ace/theme/crimson_editor.js @@ -46,7 +46,6 @@ exports.cssText = ".ace-crimson-editor .ace_editor {\ }\ \ .ace-crimson-editor .ace_gutter {\ - width: 50px;\ background: #e8e8e8;\ color: #333;\ overflow : hidden;\ @@ -57,10 +56,6 @@ exports.cssText = ".ace-crimson-editor .ace_editor {\ text-align: right;\ }\ \ -.ace-crimson-editor .ace_gutter-layer .ace_gutter-cell {\ - padding-right: 6px;\ -}\ -\ .ace-crimson-editor .ace_print_margin {\ width: 1px;\ background: #e8e8e8;\