Commit 6db04d49 authored by Annabel Gray's avatar Annabel Gray

Merge branch 'bootstrap-markdown-code-highlight' into 'master'

Fix markdown code highlighting

Closes #47131

See merge request gitlab-org/gitlab-ce!19325
parents ca13e159 7a7fdbdc
...@@ -61,8 +61,18 @@ a { ...@@ -61,8 +61,18 @@ a {
code { code {
padding: 2px 4px; padding: 2px 4px;
color: $red-600;
background-color: $red-100; background-color: $red-100;
border-radius: 3px; border-radius: 3px;
.code & {
background-color: inherit;
padding: unset;
}
}
.code {
padding: 9.5px;
} }
table { table {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment