Skip to content

Commit

Permalink
fix(aio): constrain header-link styles
Browse files Browse the repository at this point in the history
The CSS rule for positioning the automated header links was too general,
causing other links inside headings to be positioned incorrectly.

Closes angular#16573
  • Loading branch information
petebacondarwin authored and juleskremer committed Aug 24, 2017
1 parent c11dca1 commit b8e0377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/src/styles/2-modules/_heading-anchors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
}

a {
a.header-link {
text-decoration: none;
padding-left: 8px;
margin-left: -50px;
Expand Down

0 comments on commit b8e0377

Please sign in to comment.