summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/lint.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/lint.scss')
-rw-r--r--app/assets/stylesheets/pages/lint.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/lint.scss b/app/assets/stylesheets/pages/lint.scss
index a7c80dce424..68b6c5ecbd4 100644
--- a/app/assets/stylesheets/pages/lint.scss
+++ b/app/assets/stylesheets/pages/lint.scss
@@ -9,3 +9,13 @@
color: $lint-correct-color;
}
}
+
+.ci-linter {
+ .ci-editor {
+ height: 400px;
+ }
+
+ .ci-template pre {
+ white-space: pre-wrap;
+ }
+}