Commit c81b69bf authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'dmishunov-fix-padding-monaco' into 'master'

Hot-fix for padding in Editor Lite

See merge request gitlab-org/gitlab!26905
parents 36ff94ec 97577c05
......@@ -11,6 +11,7 @@ export default class Editor {
this.instance = null;
this.model = null;
this.options = {
extraEditorClassName: 'gl-editor-lite',
...defaultEditorOptions,
...options,
};
......
......@@ -70,3 +70,4 @@
@import 'framework/system_messages';
@import "framework/spinner";
@import 'framework/card';
@import 'framework/editor-lite';
.monaco-editor.gl-editor-lite {
.line-numbers {
@include gl-pt-0;
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment