summaryrefslogtreecommitdiff
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
parent71d8815405b09046b2e4bcf0ea0a732d21c87e2a (diff)
downloadgitlab-ce-fix-job-log-formatting.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.
-rw-r--r--app/assets/stylesheets/pages/builds.scss5
-rw-r--r--changelogs/unreleased/fix-job-log-formatting.yml5
2 files changed, 5 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 {
diff --git a/changelogs/unreleased/fix-job-log-formatting.yml b/changelogs/unreleased/fix-job-log-formatting.yml
new file mode 100644
index 00000000000..0dd545aaecc
--- /dev/null
+++ b/changelogs/unreleased/fix-job-log-formatting.yml
@@ -0,0 +1,5 @@
+---
+title: Fix job logs where style changes were broken down into separate lines
+merge_request: 31674
+author:
+type: fixed