Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Pitino <fpitino@gitlab.com>2019-08-09 17:51:05 +0300
committerFabio Pitino <fpitino@gitlab.com>2019-08-09 17:57:27 +0300
commitf7135aab34ceaf2aed532296e4cb84202fa18287 (patch)
treeb9b5b21060c5783ad8542df3c050e2976751ea52 /app/assets/stylesheets/pages
parent71d8815405b09046b2e4bcf0ea0a732d21c87e2a (diff)
Fix job log where spans were displayed in block
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/assets/stylesheets/pages')
-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 {