summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-07 16:08:48 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-06-07 16:08:48 -0500
commit0e794561bd5d45e48581cc03102b85f4aa17a0ab (patch)
tree523fa0e8ecb9a62e4dde84e45542b8abd715d495
parent881d980afac9797d6ec92262bb459f1b93d0d03c (diff)
downloadgitlab-ce-0e794561bd5d45e48581cc03102b85f4aa17a0ab.tar.gz
Fix markdown code highlighting in mr discussion
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 79f580546c3..34042cf4256 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -107,7 +107,7 @@ code {
background-color: $red-100;
border-radius: 3px;
- .code & {
+ .code > & {
background-color: inherit;
padding: unset;
}