diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2018-06-04 22:09:17 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2018-06-04 22:09:17 -0500 |
commit | 2eb4e772735a53d4cd95654211928291474acbb7 (patch) | |
tree | e52d8f668228a2e6f89e030477ef6e7ce8c46e6d | |
parent | 6165f0f7f373f99381a57d66566d65e4ce5b7b7c (diff) | |
download | gitlab-ce-2eb4e772735a53d4cd95654211928291474acbb7.tar.gz |
Fix jobs log background colorfix-jobs-log
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |