Commit b1776af9 authored by Tan Le's avatar Tan Le

Fix code lines being cut-off on failed job tab

parent e1e7da41
...@@ -115,14 +115,10 @@ code { ...@@ -115,14 +115,10 @@ code {
background-color: $gray-50; background-color: $gray-50;
border-radius: $border-radius-default; border-radius: $border-radius-default;
.code > & { .code > &,
background-color: inherit;
padding: unset;
}
.build-trace & { .build-trace & {
background-color: inherit; background-color: inherit;
padding: inherit; padding: unset;
} }
} }
......
---
title: Fix code lines being cut-off on failed job tab
merge_request: 46885
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