From 0e794561bd5d45e48581cc03102b85f4aa17a0ab Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Thu, 7 Jun 2018 16:08:48 -0500 Subject: [PATCH] Fix markdown code highlighting in mr discussion --- app/assets/stylesheets/bootstrap_migration.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }