From 8017ca4db31a2909b3f142a9c9fddb1a196b9427 Mon Sep 17 00:00:00 2001 From: Ajit Singh Date: Sat, 15 Aug 2020 13:07:30 +0530 Subject: [PATCH] fix(docs-infra): fix vertical alignment of external link icons (#38410) At some places external link icons appear as a subscript. For example https://github.com/angular/angular/blame/8366effeec8e74c1a11d2a6e1a48d42e849e4653/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 --- aio/src/styles/0-base/_typography.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/0-base/_typography.scss b/aio/src/styles/0-base/_typography.scss index 5a1b50e61d..20619f775e 100755 --- a/aio/src/styles/0-base/_typography.scss +++ b/aio/src/styles/0-base/_typography.scss @@ -214,7 +214,7 @@ code { margin-left: 2px; position: relative; @include line-height(24); - vertical-align: bottom; + vertical-align: middle; } }