fix(docs-infra): make anchor in list item inherit line-height (#42572)

in order to have a consistent line-height between list items containing
text and list items containing links the anchors should inherit the list
item's line-height

PR Close #42572
This commit is contained in:
dario-piotrowicz 2021-06-14 17:57:48 +01:00 committed by Alex Rickabaugh
parent 7b85a4d457
commit eb04684ed3
1 changed files with 4 additions and 0 deletions

View File

@ -129,6 +129,10 @@ li {
p {
margin: 0;
}
a {
line-height: inherit;
}
}
a {