From 2eb4e772735a53d4cd95654211928291474acbb7 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 4 Jun 2018 22:09:17 -0500 Subject: Fix jobs log background color --- app/assets/stylesheets/bootstrap_migration.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 5cf3bb4ae09..d5679177f8f 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -69,6 +69,11 @@ code { background-color: inherit; padding: unset; } + + .build-trace & { + background-color: inherit; + padding: inherit; + } } .code { -- cgit v1.2.1