summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/editor-lite.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/editor-lite.scss')
-rw-r--r--app/assets/stylesheets/framework/editor-lite.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/editor-lite.scss b/app/assets/stylesheets/framework/editor-lite.scss
new file mode 100644
index 00000000000..75d511d7f66
--- /dev/null
+++ b/app/assets/stylesheets/framework/editor-lite.scss
@@ -0,0 +1,5 @@
+.monaco-editor.gl-editor-lite {
+ .line-numbers {
+ @include gl-pt-0;
+ }
+}