Skip to content
Snippets Groups Projects
Commit 6db04d49 authored by Annabel Gray's avatar Annabel Gray
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment