summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFabio Pitino <fpitino@gitlab.com>2019-08-09 16:51:05 +0200
committerFabio Pitino <fpitino@gitlab.com>2019-08-09 16:57:27 +0200
commitf7135aab34ceaf2aed532296e4cb84202fa18287 (patch)
treeb9b5b21060c5783ad8542df3c050e2976751ea52 /app
parent71d8815405b09046b2e4bcf0ea0a732d21c87e2a (diff)
downloadgitlab-ce-f7135aab34ceaf2aed532296e4cb84202fa18287.tar.gz
Fix job log where spans were displayed in blockfix-job-log-formatting
This is a temporary, not ideal, solution but it fixes the main issue that the customer are complaining about, which is that color changes are broken down in several lines which makes the log not readable.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/builds.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss
index 262c0bf5ed2..6fc742871e7 100644
--- a/app/assets/stylesheets/pages/builds.scss
+++ b/app/assets/stylesheets/pages/builds.scss
@@ -124,11 +124,6 @@
float: left;
padding-left: $gl-padding-8;
}
-
- .section-header ~ .section.line {
- margin-left: $gl-padding;
- display: block;
- }
}
.build-header {