Merge branch 'fix-job-log-formatting' into 'master'

Fix job log where spans were displayed in block

Closes #65686

See merge request gitlab-org/gitlab-ce!31674
This commit is contained in:
Filipa Lacerda 2019-08-09 16:08:15 +00:00
commit 42ccb425a4
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