Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix headings with an anchor in a summary #2048

Merged
merged 3 commits into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/hip-readers-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": patch
---

Fix headings with an anchor in a summary
5 changes: 5 additions & 0 deletions src/markdown/headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
h5,
h6 {
display: inline-block;

.anchor {
// stylelint-disable-next-line primer/spacing
margin-left: -40px;
}
}

h1,
Expand Down