fix(aio): constrain header-link styles
The CSS rule for positioning the automated header links was too general, causing other links inside headings to be positioned incorrectly. Closes #16573
This commit is contained in:
parent
b9ed97c0d9
commit
03513e9d70
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a.header-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
margin-left: -50px;
|
margin-left: -50px;
|
||||||
|
|
Loading…
Reference in New Issue