Commit f7135aab authored by Fabio Pitino's avatar Fabio Pitino

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.
parent 71d88154
......@@ -124,11 +124,6 @@
float: left;
padding-left: $gl-padding-8;
}
.section-header ~ .section.line {
margin-left: $gl-padding;
display: block;
}
}
.build-header {
......
---
title: Fix job logs where style changes were broken down into separate lines
merge_request: 31674
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment