From ea00d21a68a9fe4047382fec042e471afff44f68 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Fri, 28 Jun 2024 16:01:30 +0200 Subject: [PATCH] Trim whitespace after link to avoid an underlined trailing space --- client/src/components/Workflow/WorkflowCard.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Workflow/WorkflowCard.vue b/client/src/components/Workflow/WorkflowCard.vue index 13aa56a88b2c..89d636c368bf 100644 --- a/client/src/components/Workflow/WorkflowCard.vue +++ b/client/src/components/Workflow/WorkflowCard.vue @@ -144,9 +144,9 @@ async function onTagClick(tag: string) { - {{ workflow.name }} - + @click.stop.prevent="toggleShowPreview(true)" + >{{ workflow.name }}