Commit 5f475dfb authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'fix-jobs-log' into 'master'

Fix jobs log background color

Closes #47261

See merge request gitlab-org/gitlab-ce!19411
parents 8554fac3 2eb4e772
......@@ -69,6 +69,11 @@ code {
background-color: inherit;
padding: unset;
}
.build-trace & {
background-color: inherit;
padding: inherit;
}
}
.code {
......
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