We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dba96 commit dc529e3Copy full SHA for dc529e3
.changeset/hip-readers-press.md
@@ -0,0 +1,5 @@
1
+---
2
+"@primer/css": patch
3
4
+
5
+Fix headings with an anchor in a summary
src/markdown/headings.scss
@@ -80,6 +80,11 @@
80
h5,
81
h6 {
82
display: inline-block;
83
84
+ .anchor {
85
+ // stylelint-disable-next-line primer/spacing
86
+ margin-left: -40px;
87
+ }
88
}
89
90
h1,
0 commit comments