Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-08 00:08:48 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-06-08 00:08:48 +0300
commit0e794561bd5d45e48581cc03102b85f4aa17a0ab (patch)
tree523fa0e8ecb9a62e4dde84e45542b8abd715d495 /app/assets/stylesheets/bootstrap_migration.scss
parent881d980afac9797d6ec92262bb459f1b93d0d03c (diff)
Fix markdown code highlighting in mr discussion
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-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;
}