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.
This commit is contained in:
Fabio Pitino 2019-08-09 16:51:05 +02:00
parent 71d8815405
commit f7135aab34
2 changed files with 5 additions and 5 deletions

View File

@ -124,11 +124,6 @@
float: left;
padding-left: $gl-padding-8;
}
.section-header ~ .section.line {
margin-left: $gl-padding;
display: block;
}
}
.build-header {

View File

@ -0,0 +1,5 @@
---
title: Fix job logs where style changes were broken down into separate lines
merge_request: 31674
author:
type: fixed