fix(docs-infra): fix vertical alignment of external link icons (#38410)

At some places external link icons appear as a subscript. For example
8366effeec/aio/content/guide/roadmap.md\#L37
this commit places external link icons in the middle to improve there
positioning in a line.

PR Close #38410
This commit is contained in:
Ajit Singh 2020-08-15 13:07:30 +05:30 committed by Misko Hevery
parent 22f1ac3e37
commit 8017ca4db3
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ code {
margin-left: 2px;
position: relative;
@include line-height(24);
vertical-align: bottom;
vertical-align: middle;
}
}