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 {
background-color: $gray-50;
border-radius: $border-radius-default;
.code > & {
background-color: inherit;
padding: unset;
}
.code > &,
.build-trace & {
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