Skip to content

Commit

Permalink
Trim whitespace after link to avoid an underlined trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon authored and laperlej committed Jun 29, 2024
1 parent 0dc998c commit 3592d39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/Workflow/WorkflowCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ async function onTagClick(tag: string) {
<BLink
v-b-tooltip.hover.noninteractive
title="Preview Workflow"
@click.stop.prevent="toggleShowPreview(true)">
{{ workflow.name }}
</BLink>
@click.stop.prevent="toggleShowPreview(true)"
>{{ workflow.name }}</BLink
>
<BButton
v-if="!shared && !workflow.deleted"
v-b-tooltip.hover.noninteractive
Expand Down

0 comments on commit 3592d39

Please sign in to comment.