From 4d1ac0f16616dbb1a649fb494a44808f33a20348 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Sun, 17 Feb 2019 22:38:28 +0200 Subject: [PATCH] fix($core): update outbound link icon alignment --- packages/@vuepress/core/lib/app/components/OutboundLink.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/@vuepress/core/lib/app/components/OutboundLink.vue b/packages/@vuepress/core/lib/app/components/OutboundLink.vue index a3aa7f2d62..65a7ab6f61 100644 --- a/packages/@vuepress/core/lib/app/components/OutboundLink.vue +++ b/packages/@vuepress/core/lib/app/components/OutboundLink.vue @@ -9,4 +9,7 @@ .icon.outbound color #aaa display inline-block + vertical-align middle + position relative + top -1px