Commit d230ec46 authored by Annabel Gray's avatar Annabel Gray

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

Fix markdown code highlighting

See merge request gitlab-org/gitlab-ee!5941
parents a98306bd 05ad05f9
......@@ -61,8 +61,18 @@ a {
code {
padding: 2px 4px;
color: $red-600;
background-color: $red-100;
border-radius: 3px;
.code & {
background-color: inherit;
padding: unset;
}
}
.code {
padding: 9.5px;
}
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