You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2021/07/29 05:24:40 UTC

[echarts-handbook] branch master updated: fix external link style

This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new b8e579a  fix external link style
b8e579a is described below

commit b8e579a3e3e6f828ce171a8a2f7db5f9c3bba7aa
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Jul 29 13:24:27 2021 +0800

    fix external link style
---
 components/partials/Navbar.vue | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/components/partials/Navbar.vue b/components/partials/Navbar.vue
index bbb8a33..6248842 100644
--- a/components/partials/Navbar.vue
+++ b/components/partials/Navbar.vue
@@ -26,3 +26,10 @@ export default Vue.extend({
   }
 })
 </script>
+
+<style lang="postcss">
+svg.icon-external-link {
+  display: initial;
+  vertical-align: initial;
+}
+</style>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org