Skip to content

Commit

Permalink
fix(link): use inline-flex for link external
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoueyl committed Jan 31, 2021
1 parent 85580c2 commit dc8799e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/link/Link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
>
<span
v-if="props.external"
class="flex items-center"
class="inline-flex items-center"
>
<slot />
<svg
Expand Down

0 comments on commit dc8799e

Please sign in to comment.