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 Zhicheng Wang committed Aug 11, 2017
1 parent b835f23 commit 5a09d95
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 5a09d95

Please sign in to comment.