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:
parent
7b85a4d457
commit
eb04684ed3
|
@ -129,6 +129,10 @@ li {
|
|||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue