Skip to content

Commit

Permalink
Fix code in MD headers (#1552)
Browse files Browse the repository at this point in the history
* Fix code in headers

* Create silver-shrimps-agree.md
  • Loading branch information
simurai committed Aug 26, 2021
1 parent d1b1797 commit 966de4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-shrimps-agree.md
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix `code` in headers
2 changes: 2 additions & 0 deletions src/markdown/headings.scss
Expand Up @@ -30,6 +30,8 @@

tt,
code {
// stylelint-disable-next-line primer/spacing
padding: 0 0.2em;
font-size: inherit;
}
}
Expand Down

0 comments on commit 966de4e

Please sign in to comment.