summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/builds.scss
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-07-30 12:37:30 +0200
committerLukas Eipert <leipert@gitlab.com>2019-08-02 13:15:24 +0200
commitd1f4d8c7708afa5cbd8f95492e8ec9348bea80e2 (patch)
treed6d6a58cb48e8769ab904ef059695f4d9fc241ac /app/assets/stylesheets/pages/builds.scss
parent5366c89bd62d6305f71566c9ebd0573b3027a349 (diff)
downloadgitlab-ce-leipert-improve-ansi2html.tar.gz
Improve size of rendered job traceleipert-improve-ansi2html
Currently in collapsible job traces _each_ line is wrapped in a span and every line is prepended with another span in order to indent that part of the job log. We are now merging both and fix the CSS in order to show them properly indented. We only had to make sure that before we open a tag, we close the existing ones.
Diffstat (limited to 'app/assets/stylesheets/pages/builds.scss')
-rw-r--r--app/assets/stylesheets/pages/builds.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 6e98908eeed..262c0bf5ed2 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -127,6 +127,7 @@
.section-header ~ .section.line {
margin-left: $gl-padding;
+ display: block;
}
}